Full Deck Flashcards
Review questions presented in test material
Which two operating systems are supported with AWS cloud9?
Ubuntu Server 18.04 LTS and Amazon Linux 2
What command is used to check AWS Command Line Interface version?
aws –version
Which command is used to configure the AWS CLI for a profile called “skillsoft”?
aws configure –profile skillsoft
Which command will list all users in the Identity Access Management service with profile called “skillsoft”?
aws iam list-users –profile skillsoft
Which command is used to run the AWS CLI with docker to check the version?
docker run –rm -it amazon/aws-cli –version
Which command must be run after you unzip the AWS CLI folder to finish installing the AWS CLI?
sudo ./aws/install
Which command is used to install the AWS CLI on windows?
msiexec.exe / i https: //awscli.amazonaws.com/AWSCLIV2.msi
Which two pieces of information are used by the AWS CLI to determine a user identity?
Access Key ID and Secret Access Key
Which AWS service is provisioned when cloud9 is provisioned?
EC2 instance
Which AWS service captures logs for API gateway?
AWS Cloudtrail
Which API is used to open a long-lasting connection?
Web Socket API
What must be added to the end of the invoking URL to run your endpoint?
API Route
Which cloud service model is geared towards developers?
Platform as a Service (PaaS)
Which feature of CloudFormation stacks functions as a precaution to ensure you understand what will happen to your resources when you update a stack?
Change Sets
When preparing a template for a stack update, which options do you have available to you?
Use the Current Template, Replace the Current Template, or Edit the Template in Designer
Which section is used to pass commands to an EC2 instance upon boot?
User Data
Which component of CloudFormation will provide users with valuable information about resources after creation?
Outputs
Which is a major risk when adopting an Infrastructure as Code solution?
Additional developer responsibilities
Which feature of the CloudFormation designer allows you to check that your code is written correctly?
Validate template
Every pipeline contains which one of these actions?
Deploy
StackSets can only be created via which type of account?
Admin
Which security technique relies on a secondary authentication mechanism in addition to a username and password?
MFA (Multi Factor Authentication)
Which aspect of an AWS CodePipeline includes the details of the integration step?
AWS CodeBuild
Which programming languages are used to create a CloudFormation template?
JSON/YAML