Skip to content

Instantly share code, notes, and snippets.

View Pabl0Aceved0's full-sized avatar
๐Ÿ˜ƒ

Pabl0Aceved0

๐Ÿ˜ƒ
View GitHub Profile
//
// A simple example protecting the tags on IAM principals. Here, only an admins with an "is_admin:true"
// tag key/value pair can modify a tag on an IAM principal.
//
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "DenyModifyingIamAdminTag",
"Effect": "Deny",
@glnds
glnds / aws-transfer-sftp.yaml
Last active February 23, 2024 09:53
CloudFormation template for AWS Transfer for SFTP
---
AWSTemplateFormatVersion: '2010-09-09'
Description: some-sftp-server
Parameters:
HostedZoneIdParam:
Type: String
Description: Hosted Zone ID
SFTPHostnameParam:
Type: String