Missed Review Questions March 2020 Flashcards
How do you output build artifacts from AWS CodeBuild to AWS CodePipeline?
Specify artifact files in the buildspec.yml configuration file.
Which operating systems does AWS Elastic Beanstalk support?
Amazon Linux, Windows Server
Which components are required in an encryption system? (Select THREE.)
- Data to encrypt
- Method to Encrypt
- Cryptographic algorithm
Note: There is NO database to store encryption keys. That is stored in an HSM.
If an instance is running low on storage, and you find that there are a large number of deployment revisions stored by AWS CodeDeploy, what can be done to free up this space permanently?
Configure the AWS CodeDeploy agent to store fewer revisions.
How does AWS Lambda support in-place deployments?
Lambda does not support in place deployments
Which are the components of key management infrastructure (KMI)? (Select TWO.)
Storage layer and management layer
What does a service token represent in a custom resource declaration?
The Amazon Simple Notification Service (Amazon SNS) or AWS Lambda resource Amazon Resource Name (ARN) that receives the request
Can data passed to build projects using environment variables be encrypted or protected?
No, but possible with other AWS services.
If a single pipeline contains multiple sources, such as an AWS CodeCommit repository and an Amazon S3 archive, under what circumstances will the pipeline be triggered?
When either a commit is pushed to the repository or the archive is updated, regardless of timing
Immutable updates
the fastest deployment for the lowest cost. In an immutable update, a new Auto Scaling group is created and registered with the load balancer. Once health checks pass, the existing Auto Scaling group is terminated.
Which of these options allows you to specify a required number of signals to mark the resource as CREATE_COMPLETE?
CreationPolicy
If your AWS CodeDeploy configuration includes creation of a file, nginx.conf, but the file already exists on the server (prior to the use of AWS CodeDeploy), what is the default behavior that will occur during deployment?
The deployment will fail.
What is the only deployment type supported by on-premises instances?
In-Place
Which AWS encryption service provides asymmetric encryption capabilities?
Cloud HSM
Which feature of AWS Key Management Service (AWS KMS) enables you to use an AWS CloudHSM cluster for the storage of your encryption keys?
custom key stores