AWS Cloud Engineering Troubleshooting Flashcard

AWS Cloud Engineering Troubleshooting Flashcard

Assessment

Flashcard

Professional Development

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

24 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What could be a reason for an EC2 instance being unable to receive traffic from the internet? Options: The instance is in a public subnet with an internet gateway. The instance has a public IP assigned. The instance is using an Elastic IP. The instance is in a private subnet without a NAT gateway.

Back

The instance is in a private subnet without a NAT gateway.

2.

FLASHCARD QUESTION

Front

To set up your AWS credentials for the CLI, type: ________

Back

aws configure

3.

FLASHCARD QUESTION

Front

Which of the following is a potential issue if an IAM role is not allowing access to an S3 bucket? The IAM role is using the default AWS managed policy. The IAM role is attached to an EC2 instance. The S3 bucket is in the same region as the IAM role.

Back

The IAM policy attached to the role does not include the necessary S3 permissions.

4.

FLASHCARD QUESTION

Front

Why might an SSH connection to an EC2 instance fail? Options: The private key used for the connection does not match the public key on the instance., The NACL allows inbound traffic on port 22., The instance is running a Linux operating system., The security group allows inbound traffic on port 22.

Back

The private key used for the connection does not match the public key on the instance.

5.

FLASHCARD QUESTION

Front

What could cause a security group to block traffic unexpectedly?

Back

The security group has a rule that denies traffic from a specific IP range.

6.

FLASHCARD QUESTION

Front

Which of the following could prevent a GitHub repository from being cloned to an EC2 instance?
The repository is public.
The EC2 instance does not have internet access.
The GitHub repository is in a different region.
The EC2 instance is using an IAM role with S3 permissions.

Back

The EC2 instance does not have internet access.

7.

FLASHCARD QUESTION

Front

You're trying to deploy a CloudFormation template but receive this error: Template format error: YAML not well-formed. (line 3, column 5)

Looking at the template below, what is the syntax issue?

Back

Missing a colon after "MyS3Bucket"

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Professional Development