├── .DS_Store ├── README.md ├── amazon-cloudwatch └── cloudwatch-bucket-policy.json ├── amazon-ec2 ├── commands.md └── jack-ec2.json ├── amazon-eks └── Deploying and Scaling an Amazon EKS Cluster.md ├── amazon-s3 ├── S3EventNotification.json ├── s3-enforce-kms-encryption.json ├── s3-replication-permissions.json └── s3-trust-policy.json ├── amazon-vpc ├── create-s3-gateway-endpoint.md ├── custom-vpc.md ├── user-data.md ├── vpc-peering-us-east-1.yaml └── vpc-peering-us-west-1.yaml ├── auto-scaling-and-elb ├── create-asg-alb-cli.md ├── iam-permissions-policy-lambda.json ├── lambda-lifecycle-action.py ├── lifecycle-action.md └── user-data-az.md ├── aws-app-runner ├── ecr-allow-all.json └── push-image-to-ecr.md ├── aws-cloudformation ├── 1 EC2Instance.yml ├── 2 EC2InstanceIP.yml ├── 3 EC2InstanceWithUserData.yml └── Create Nested Stack using the AWS CLI.md ├── aws-cloudfront ├── Static-Website-ACM │ ├── images │ │ └── cloud.png │ ├── index.html │ └── style.css ├── cloudfront-cache-and-behavior.md ├── files │ ├── coffee.jpg │ ├── data-analysis.pdf │ ├── documents.pdf │ └── donut.jpg └── index.html ├── aws-developer-tools ├── AppSpec Examples │ ├── appspec-example-ec2.yml │ ├── appspec-example-ecs.yml │ └── appspec-example-lambda.yml ├── appspec.yml ├── basic-git-commands.md ├── buildspec.yml └── nodejs-blue.zip ├── aws-elastic-beanstalk └── nodejs.zip ├── aws-fundamentals └── working-with-files-on-efs.md ├── aws-iam ├── PermissionsBoundary.json ├── abac-policy.json └── cross-account-role.md ├── aws-organizations ├── Switch Roles.txt └── scp-require-t2-micro.json ├── aws-service-catalog ├── Instructions.md ├── cfn-template.json ├── import_template.csv ├── launch-constraint.json └── template-constraint.json ├── aws-systems-manager └── systems-manager-instructions.md ├── basic-commands ├── basic-linux-mac-commands.md └── basic-windows-commands.md ├── cross-account-access ├── .DS_Store └── cross-account-access-s3.md ├── fargate-blue-green-ci-cd ├── appspec.yaml ├── create-service.json ├── ecr-allow-all.json ├── fargate-ci-cd-instructions.md └── taskdef.json └── ssm-automation-and-config ├── automation-iam-role.json └── config-rule-and-remediation.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/README.md -------------------------------------------------------------------------------- /amazon-cloudwatch/cloudwatch-bucket-policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/amazon-cloudwatch/cloudwatch-bucket-policy.json -------------------------------------------------------------------------------- /amazon-ec2/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/amazon-ec2/commands.md -------------------------------------------------------------------------------- /amazon-ec2/jack-ec2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/amazon-ec2/jack-ec2.json -------------------------------------------------------------------------------- /amazon-eks/Deploying and Scaling an Amazon EKS Cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/amazon-eks/Deploying and Scaling an Amazon EKS Cluster.md -------------------------------------------------------------------------------- /amazon-s3/S3EventNotification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/amazon-s3/S3EventNotification.json -------------------------------------------------------------------------------- /amazon-s3/s3-enforce-kms-encryption.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/amazon-s3/s3-enforce-kms-encryption.json -------------------------------------------------------------------------------- /amazon-s3/s3-replication-permissions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/amazon-s3/s3-replication-permissions.json -------------------------------------------------------------------------------- /amazon-s3/s3-trust-policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/amazon-s3/s3-trust-policy.json -------------------------------------------------------------------------------- /amazon-vpc/create-s3-gateway-endpoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/amazon-vpc/create-s3-gateway-endpoint.md -------------------------------------------------------------------------------- /amazon-vpc/custom-vpc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/amazon-vpc/custom-vpc.md -------------------------------------------------------------------------------- /amazon-vpc/user-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/amazon-vpc/user-data.md -------------------------------------------------------------------------------- /amazon-vpc/vpc-peering-us-east-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/amazon-vpc/vpc-peering-us-east-1.yaml -------------------------------------------------------------------------------- /amazon-vpc/vpc-peering-us-west-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/amazon-vpc/vpc-peering-us-west-1.yaml -------------------------------------------------------------------------------- /auto-scaling-and-elb/create-asg-alb-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/auto-scaling-and-elb/create-asg-alb-cli.md -------------------------------------------------------------------------------- /auto-scaling-and-elb/iam-permissions-policy-lambda.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/auto-scaling-and-elb/iam-permissions-policy-lambda.json -------------------------------------------------------------------------------- /auto-scaling-and-elb/lambda-lifecycle-action.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/auto-scaling-and-elb/lambda-lifecycle-action.py -------------------------------------------------------------------------------- /auto-scaling-and-elb/lifecycle-action.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/auto-scaling-and-elb/lifecycle-action.md -------------------------------------------------------------------------------- /auto-scaling-and-elb/user-data-az.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/auto-scaling-and-elb/user-data-az.md -------------------------------------------------------------------------------- /aws-app-runner/ecr-allow-all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-app-runner/ecr-allow-all.json -------------------------------------------------------------------------------- /aws-app-runner/push-image-to-ecr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-app-runner/push-image-to-ecr.md -------------------------------------------------------------------------------- /aws-cloudformation/1 EC2Instance.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-cloudformation/1 EC2Instance.yml -------------------------------------------------------------------------------- /aws-cloudformation/2 EC2InstanceIP.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-cloudformation/2 EC2InstanceIP.yml -------------------------------------------------------------------------------- /aws-cloudformation/3 EC2InstanceWithUserData.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-cloudformation/3 EC2InstanceWithUserData.yml -------------------------------------------------------------------------------- /aws-cloudformation/Create Nested Stack using the AWS CLI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-cloudformation/Create Nested Stack using the AWS CLI.md -------------------------------------------------------------------------------- /aws-cloudfront/Static-Website-ACM/images/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-cloudfront/Static-Website-ACM/images/cloud.png -------------------------------------------------------------------------------- /aws-cloudfront/Static-Website-ACM/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-cloudfront/Static-Website-ACM/index.html -------------------------------------------------------------------------------- /aws-cloudfront/Static-Website-ACM/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-cloudfront/Static-Website-ACM/style.css -------------------------------------------------------------------------------- /aws-cloudfront/cloudfront-cache-and-behavior.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-cloudfront/cloudfront-cache-and-behavior.md -------------------------------------------------------------------------------- /aws-cloudfront/files/coffee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-cloudfront/files/coffee.jpg -------------------------------------------------------------------------------- /aws-cloudfront/files/data-analysis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-cloudfront/files/data-analysis.pdf -------------------------------------------------------------------------------- /aws-cloudfront/files/documents.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-cloudfront/files/documents.pdf -------------------------------------------------------------------------------- /aws-cloudfront/files/donut.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-cloudfront/files/donut.jpg -------------------------------------------------------------------------------- /aws-cloudfront/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-cloudfront/index.html -------------------------------------------------------------------------------- /aws-developer-tools/AppSpec Examples/appspec-example-ec2.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-developer-tools/AppSpec Examples/appspec-example-ec2.yml -------------------------------------------------------------------------------- /aws-developer-tools/AppSpec Examples/appspec-example-ecs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-developer-tools/AppSpec Examples/appspec-example-ecs.yml -------------------------------------------------------------------------------- /aws-developer-tools/AppSpec Examples/appspec-example-lambda.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-developer-tools/AppSpec Examples/appspec-example-lambda.yml -------------------------------------------------------------------------------- /aws-developer-tools/appspec.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-developer-tools/appspec.yml -------------------------------------------------------------------------------- /aws-developer-tools/basic-git-commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-developer-tools/basic-git-commands.md -------------------------------------------------------------------------------- /aws-developer-tools/buildspec.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-developer-tools/buildspec.yml -------------------------------------------------------------------------------- /aws-developer-tools/nodejs-blue.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-developer-tools/nodejs-blue.zip -------------------------------------------------------------------------------- /aws-elastic-beanstalk/nodejs.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-elastic-beanstalk/nodejs.zip -------------------------------------------------------------------------------- /aws-fundamentals/working-with-files-on-efs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-fundamentals/working-with-files-on-efs.md -------------------------------------------------------------------------------- /aws-iam/PermissionsBoundary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-iam/PermissionsBoundary.json -------------------------------------------------------------------------------- /aws-iam/abac-policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-iam/abac-policy.json -------------------------------------------------------------------------------- /aws-iam/cross-account-role.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-iam/cross-account-role.md -------------------------------------------------------------------------------- /aws-organizations/Switch Roles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-organizations/Switch Roles.txt -------------------------------------------------------------------------------- /aws-organizations/scp-require-t2-micro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-organizations/scp-require-t2-micro.json -------------------------------------------------------------------------------- /aws-service-catalog/Instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-service-catalog/Instructions.md -------------------------------------------------------------------------------- /aws-service-catalog/cfn-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-service-catalog/cfn-template.json -------------------------------------------------------------------------------- /aws-service-catalog/import_template.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-service-catalog/import_template.csv -------------------------------------------------------------------------------- /aws-service-catalog/launch-constraint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-service-catalog/launch-constraint.json -------------------------------------------------------------------------------- /aws-service-catalog/template-constraint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-service-catalog/template-constraint.json -------------------------------------------------------------------------------- /aws-systems-manager/systems-manager-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/aws-systems-manager/systems-manager-instructions.md -------------------------------------------------------------------------------- /basic-commands/basic-linux-mac-commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/basic-commands/basic-linux-mac-commands.md -------------------------------------------------------------------------------- /basic-commands/basic-windows-commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/basic-commands/basic-windows-commands.md -------------------------------------------------------------------------------- /cross-account-access/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/cross-account-access/.DS_Store -------------------------------------------------------------------------------- /cross-account-access/cross-account-access-s3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/cross-account-access/cross-account-access-s3.md -------------------------------------------------------------------------------- /fargate-blue-green-ci-cd/appspec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/fargate-blue-green-ci-cd/appspec.yaml -------------------------------------------------------------------------------- /fargate-blue-green-ci-cd/create-service.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/fargate-blue-green-ci-cd/create-service.json -------------------------------------------------------------------------------- /fargate-blue-green-ci-cd/ecr-allow-all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/fargate-blue-green-ci-cd/ecr-allow-all.json -------------------------------------------------------------------------------- /fargate-blue-green-ci-cd/fargate-ci-cd-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/fargate-blue-green-ci-cd/fargate-ci-cd-instructions.md -------------------------------------------------------------------------------- /fargate-blue-green-ci-cd/taskdef.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/fargate-blue-green-ci-cd/taskdef.json -------------------------------------------------------------------------------- /ssm-automation-and-config/automation-iam-role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/ssm-automation-and-config/automation-iam-role.json -------------------------------------------------------------------------------- /ssm-automation-and-config/config-rule-and-remediation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nealdct/aws-sap-code/HEAD/ssm-automation-and-config/config-rule-and-remediation.md --------------------------------------------------------------------------------