Loading YAML exercise is failing

0

Following an exercise for "Containerized Applications on AWS". https://aws-tc-largeobjects.s3.us-west-2.amazonaws.com/DEV-AWS-MO-ContainersRedux/exercise-1-firstcontainer.html

For its first exercise it offered the following YAML: https://aws-tc-largeobjects.s3.us-west-2.amazonaws.com/DEV-AWS-MO-ContainersRedux/downloads/exercise-containers.yml.

While trying to load it I get the following error: Enter image description here

It complains about: The following resource types are not supported for resource import: AWS::EC2::VPCGatewayAttachment I have not touched the YAML provided, therefore how can it fail?

There are no information with regard to, DeletionPolicy: Resources to import must have a DeletionPolicy attribute specified in the template

Where can I find the proper YAML for the exercise?

1 Risposta
0
Risposta accettata

Hello.

Do you select "With new resources (standard)" when creating CloudFormation?
You must select this option to create a new resource.
cf

I believe the error itself is similar to the one answered in the following Github issue.
https://github.com/aws-samples/amazon-ec2-global-dashboard/issues/3

profile picture
ESPERTO
con risposta 8 mesi fa
profile pictureAWS
ESPERTO
verificato 8 mesi fa
  • Thank you, it worked. It is not obvious since the second choice in drop-down refers to Import. Hence I assumed the second choice is the correct one.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande