├── 01_account_creation_and_login └── guidance.txt ├── 02_iam └── guidance.txt ├── 03_aws_organizations ├── deny_ec2_terminate.json └── guidance.txt ├── 04_security_compliance └── guidance.txt ├── 05_CATs_and_budgets ├── deny_ec2_launch.json └── guidance.txt ├── 06_compliance_and_events ├── guardduty_severe_finding.json └── guidance.txt ├── 07_global_networks └── guidance.txt ├── 08_image_builder └── guidance.txt ├── 09_ssm_patch_manager └── guidance.txt ├── 10_s3_operations ├── create_s3_bucket.sh └── guidance.txt ├── 11_deploying_efs ├── efs_filesystem_creation.md └── guidance.txt ├── 12_deploying_rds ├── deploy_aurora.yaml ├── deploy_aurora_parameters.json └── guidance.txt ├── 13_deploy_3_tier_architecture ├── add_listener_cert.json ├── create_elbv2.json ├── create_http_listener.json ├── create_https_listener.json └── guidance.txt ├── 14_s3_website └── guidance.txt ├── 15_aws_backup └── guidance.txt ├── 16_event_driven_monitoring └── guidance.txt ├── 17_security_mitigation └── guidance.txt ├── 18_cost_optimization └── guidance.txt └── README.md /01_account_creation_and_login/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/01_account_creation_and_login/guidance.txt -------------------------------------------------------------------------------- /02_iam/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/02_iam/guidance.txt -------------------------------------------------------------------------------- /03_aws_organizations/deny_ec2_terminate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/03_aws_organizations/deny_ec2_terminate.json -------------------------------------------------------------------------------- /03_aws_organizations/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/03_aws_organizations/guidance.txt -------------------------------------------------------------------------------- /04_security_compliance/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/04_security_compliance/guidance.txt -------------------------------------------------------------------------------- /05_CATs_and_budgets/deny_ec2_launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/05_CATs_and_budgets/deny_ec2_launch.json -------------------------------------------------------------------------------- /05_CATs_and_budgets/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/05_CATs_and_budgets/guidance.txt -------------------------------------------------------------------------------- /06_compliance_and_events/guardduty_severe_finding.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/06_compliance_and_events/guardduty_severe_finding.json -------------------------------------------------------------------------------- /06_compliance_and_events/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/06_compliance_and_events/guidance.txt -------------------------------------------------------------------------------- /07_global_networks/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/07_global_networks/guidance.txt -------------------------------------------------------------------------------- /08_image_builder/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/08_image_builder/guidance.txt -------------------------------------------------------------------------------- /09_ssm_patch_manager/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/09_ssm_patch_manager/guidance.txt -------------------------------------------------------------------------------- /10_s3_operations/create_s3_bucket.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/10_s3_operations/create_s3_bucket.sh -------------------------------------------------------------------------------- /10_s3_operations/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/10_s3_operations/guidance.txt -------------------------------------------------------------------------------- /11_deploying_efs/efs_filesystem_creation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/11_deploying_efs/efs_filesystem_creation.md -------------------------------------------------------------------------------- /11_deploying_efs/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/11_deploying_efs/guidance.txt -------------------------------------------------------------------------------- /12_deploying_rds/deploy_aurora.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/12_deploying_rds/deploy_aurora.yaml -------------------------------------------------------------------------------- /12_deploying_rds/deploy_aurora_parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/12_deploying_rds/deploy_aurora_parameters.json -------------------------------------------------------------------------------- /12_deploying_rds/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/12_deploying_rds/guidance.txt -------------------------------------------------------------------------------- /13_deploy_3_tier_architecture/add_listener_cert.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/13_deploy_3_tier_architecture/add_listener_cert.json -------------------------------------------------------------------------------- /13_deploy_3_tier_architecture/create_elbv2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/13_deploy_3_tier_architecture/create_elbv2.json -------------------------------------------------------------------------------- /13_deploy_3_tier_architecture/create_http_listener.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/13_deploy_3_tier_architecture/create_http_listener.json -------------------------------------------------------------------------------- /13_deploy_3_tier_architecture/create_https_listener.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/13_deploy_3_tier_architecture/create_https_listener.json -------------------------------------------------------------------------------- /13_deploy_3_tier_architecture/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/13_deploy_3_tier_architecture/guidance.txt -------------------------------------------------------------------------------- /14_s3_website/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/14_s3_website/guidance.txt -------------------------------------------------------------------------------- /15_aws_backup/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/15_aws_backup/guidance.txt -------------------------------------------------------------------------------- /16_event_driven_monitoring/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/16_event_driven_monitoring/guidance.txt -------------------------------------------------------------------------------- /17_security_mitigation/guidance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/17_security_mitigation/guidance.txt -------------------------------------------------------------------------------- /18_cost_optimization/guidance.txt: -------------------------------------------------------------------------------- 1 | Implement EC2 Optimizer 2 | 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpcefxl/hands-on-with-aws/HEAD/README.md --------------------------------------------------------------------------------