From b369fd78d4a12942f9675d0a9c997949900c858c Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 19 Jul 2019 18:32:01 -0700 Subject: Update cf.yml with current AMI Update cy.yml with current Amazon ECS-optimized Amazon Linux 2 AMI from https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html --- cf.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/cf.yml b/cf.yml index eeeaca7..82d72e9 100644 --- a/cf.yml +++ b/cf.yml @@ -105,43 +105,43 @@ Conditions: Mappings: Region: 'us-east-2': - ImageId: ami-00cffcd24cb08edf1 + ImageId: ami-0dca97e7cde7be3d5 'us-east-1': - ImageId: ami-0bc08634af113cccb + ImageId: ami-0fac5486e4cff37f4 'us-west-1': - ImageId: ami-05cc68a00d392447a + ImageId: ami-0c6e63b58aac1048e 'us-west-2': - ImageId: ami-0054160a688deeb6a + ImageId: ami-0e5e051fd0b505db6 'ap-east-1': - ImageId: ami-087f0e5fc12e0bc43 + ImageId: ami-02252d984c7e3595d 'ap-northeast-1': - ImageId: ami-00f839709b07ffb58 + ImageId: ami-04a735b489d2a0320 'ap-northeast-2': - ImageId: ami-0470f8828abe82a87 + ImageId: ami-0accbb5aa909be7bf 'ap-south-1': - ImageId: ami-0d143ad35f29ad632 + ImageId: ami-0a8bf4e187339e2c1 'ap-southeast-1': - ImageId: ami-0c5b69a05af2f0e23 + ImageId: ami-05c6d22d98f97471c 'ap-southeast-2': - ImageId: ami-011ce3fbe73731dfe + ImageId: ami-039bb4c3a7946ce19 'ca-central-1': - ImageId: ami-039a05a64b90f63ee + ImageId: ami-01c07ee95e77abba8 'eu-central-1': - ImageId: ami-0ab1db011871746ef + ImageId: ami-0650e7d86452db33b 'eu-north-1': - ImageId: ami-036cf93383aba5279 + ImageId: ami-059aa04f0c253ad6b 'eu-west-1': - ImageId: ami-09cd8db92c6bf3a84 + ImageId: ami-0ae254c8a2d3346a7 'eu-west-2': - ImageId: ami-016a20f0624bae8c5 + ImageId: ami-0de1dc478496a9e9b 'eu-west-3': - ImageId: ami-0b4b8274f0c0d3bac + ImageId: ami-0d260f3e5ccd06043 'sa-east-1': - ImageId: ami-04e333c875fae9d77 + ImageId: ami-038707d64e5b8e7ba 'us-gov-east-1': - ImageId: ami-04002561557e6b65d + ImageId: ami-0a224902b35f8ad6c 'us-gov-west-1': - ImageId: ami-c8c6b1a9 + ImageId: ami-04c68165 ServerState: Running: AutoScalingCapacity: 1 @@ -489,4 +489,4 @@ Resources: Outputs: CheckInstanceIp: Description: To find your Factorio instance IP address, visit the following link. Click on the instance to find its Public IP address. - Value: !Sub "https://${AWS::Region}.console.aws.amazon.com/ec2/v2/home?region=${AWS::Region}#Instances:tag:aws:autoscaling:groupName=${AutoScalingGroup};sort=tag:Name" \ No newline at end of file + Value: !Sub "https://${AWS::Region}.console.aws.amazon.com/ec2/v2/home?region=${AWS::Region}#Instances:tag:aws:autoscaling:groupName=${AutoScalingGroup};sort=tag:Name" -- cgit v1.2.3