A developer needs to write an AWS CloudFormation template on a local machine and deploy a CloudFormation stack to AWS. What must the developer do to complete these tasks?
A.
Install the AWS CLI. Configure the AWS CLI by using an IAM user name and password.
B.
Install the AWS CLI. Configure the AWS CLI by using an SSH key.
C.
Install the AWS CLI. Configure the AWS CLI by using an IAM user access key and secret key.
D.
Install an AWS software development kit (SDK). Configure the SDK by using an X.509 certificate.
C - Correct - The AWS CLI requires an access key and secret key, not a username and password.
The AWS CLI does not require an SDK or an X.509 certificate for configuration
Of course C. We need first to install AWS cli. For the client we can't use username and psw to login, but we need to generate access key and secret key instead. They can be configured lanching aws configure, can be set as env variables or can be passed as parameter
C is the correct answer.
In summary, to complete the task of writing an AWS CloudFormation template on a local machine and deploying a CloudFormation stack to AWS, the developer must install the AWS CLI and configure it by using their IAM user access key and secret key.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
sidvic
Highly Voted 2 years, 7 months agosumanshu
Most Recent 4 months, 1 week agoMaddy_123
9 months agogilleep_17
1 year, 3 months agoAsmaZoheb
1 year, 3 months agorcaliandro
1 year, 10 months agoKrt5894
2 years, 2 months agoAshish_Mishra
2 years, 2 months agotapsshore
2 years, 3 months agoG4Exams
2 years, 5 months agocwit63
2 years, 6 months ago