Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CloudFormation (CFN) Demo ROLL_BACK Error #3

Open
AXRoux opened this issue Jun 19, 2023 · 4 comments
Open

CloudFormation (CFN) Demo ROLL_BACK Error #3

AXRoux opened this issue Jun 19, 2023 · 4 comments

Comments

@AXRoux
Copy link

AXRoux commented Jun 19, 2023

ERROR:

Parameter validation failed: parameter value for parameter name KeyName does not exist. Rollback requested by user.

occurs when uploading the ec2instance.yaml file

SOLUTION

Remove lines 5, 6 and 7 from the .yaml file

KeyName:
Type: AWS::EC2::KeyPair::KeyName
Description: "Name of an existing SSH Keypair to access the instance"

@acantril
Copy link
Owner

Hi
You should have created a keyname A4L earlier in the course.
this is what this template should be using.

@acantril
Copy link
Owner

And when you say 'uploading'? you should be using 1-click deployments (attached to the lessons) not "uploading" a template.

@AXRoux
Copy link
Author

AXRoux commented Jun 19, 2023

Correct, I was confused because in the video there isn't a Key parameter so I just browsed over that part. Thanks for clearing up the confusion.

@acantril
Copy link
Owner

Because you are using the upload version - the demo doesn't use that.
You generally should be using the 1-click deployment links under the video in the lessons, not the versions (if any) on the github repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants