AWS CCP 6 Flashcards
What type of cloud computing service type do AWS Elastic Beanstalk and Amazon RDS correspond to?
- IaaS
- PaaS
- SaaS
- Hybrid
- PaaS
Which types of scaling policies are available when using AWS Auto Scaling? (choose 2)
- Simple scaling
- Deferred scaling
- Agile scaling
- Step scaling
- Warm scaling
- Simple scaling
4. Step scaling
Which type of Elastic Load Balancer only distributes traffic using the TCP protocol information?
- Application Load Balancer (ALB)
- Network Load Balancer (NLB)
- Classic Load Balancer (CLB)
- No load balancers operate at the TCP level
- Network Load Balancer (NLB)
How can a company configure automatic, asynchronous copying of objects in Amazon S3 buckets across regions?
- This is done by default by AWS
- By configuring multi-master replication
- Using cross-region replication
- Using lifecycle actions
- Using cross-region replication
A web server is being maliciously targeted, how a systems administrator deny access from a list of known attacker IP addresses? (choose 2)
- Using a local firewall such as iptables
- Using a rule on the Internet Gateway
- Using a Security Group deny rule
- Using a Network ACL deny rule
- Through VPC route table configuration
- Using a local firewall such as iptables
4. Using a Network ACL deny rule
How can a Solutions Architect reduce the latency between end-users and applications or content? (choose 2)
- Deploy applications in multiple AZs
- Deploy applications in regions closest to the end-users
- Use S3 Transfer Acceleration to improve application performance
- Use Amazon CloudFront to cache content closer to end-users
- Use larger EC2 instance types for the applications
- Deploy applications in regions closest to the end-users
4. Use Amazon CloudFront to cache content closer to end-users
What is an example of scaling vertically?
- AWS Auto Scaling adding more EC2 instances
- AWS Lambda adding concurrently executing functions
- Increasing the instance size with Amazon RDS
- Adding read replicas to an Amazon RDS database
- Increasing the instance size with Amazon RDS
To reduce cost, which of the following services support reservations? (choose 2)
- Amazon ElastiCache
- Amazon CloudFormation
- Amazon RedShift
- AWS Elastic Beanstalk
- Amazon S3
- Amazon ElastiCache
3. Amazon RedShift
Which of the following is not a best practice for protecting the root user of an AWS account?
- Don’t share the root user credentials
- Enable MFA
- Remove administrative permissions
- Lock away the AWS root user access keys
- Remove administrative permissions
Which AWS database service is a SQL database that supports complex queries and joins?
- Amazon DynamoDB
- Amazon ElastiCache
- Amazon SimpleDB
- Amazon RDS
- Amazon RDS
You are evaluating AWS services that can assist with creating scalable application environments. Which of the statements below best describes the Elastic Load Balancer service?
- Helps you ensure that you have the correct number of Amazon EC2 instances available to handle the load for your application
- A highly available and scalable Domain Name System (DNS) service
- Automatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, and IP addresses
- A network service that provides an alternative to using the Internet to connect customers’ on-premise sites to AWS
- Automatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, and IP addresses
What are two of the core concepts related to Amazon SNS? (choose 2)
- Topics
- Conversations
- Subscriptions
- Templates
- Tables
- Topics
3. Subscriptions
What types of rules can be defined in a security group? (choose 2)
- Inbound
- Deny
- Tags
- Outbound
- Stateful
- Inbound
4. Outbound
A Solutions Architect needs to design a cloud-native application architecture using AWS services. What is a typical use case for Amazon Simple Queue Service (SQS)?
- Providing fault tolerance for EC2 instances
- Co-ordination of work items between different human and non- human workers
- Decoupling application components to ensure that there is no dependency on the availability of a single component
- Running serverless processes as functions
- Decoupling application components to ensure that there is no dependency on the availability of a single component
Which AWS technology enables you to group resources that share one or more tags?
- Tag groups
- Organization groups
- Resource groups
- Consolidation groups
- Resource groups
Which AWS security tool uses an agent installed in EC2 instances and assesses applications for vulnerabilities and deviations from best practices?
- AWS Trusted Advisor
- AWS Personal Health Dashboard
- AWS TCO Calculator
- AWS Inspector
- AWS Inspector
You need to provision a single EBS volume that is 500 GiB in size and needs to support 20,000 IOPS. Which EBS volume type will you select?
- General Purpose SSD
- Provisioned IOPS SSD
- Throughput Optimized HDD
- Cold HDD
- Provisioned IOPS SSD
What is the easiest way to store a backup of an EBS volume on Amazon S3?
- Write a custom script to copy the data into a bucket
- Use S3 lifecycle actions to backup the volume
- Create a snapshot of the volume
- Use Amazon Kinesis to process the data and store the results in S3
- Create a snapshot of the volume
Which AWS storage service is accessed using the Network File System (NFS) protocol?
- Amazon EBS
- Amazon S3
- Amazon Instance Store
- Amazon EFS
- Amazon EFS
Which of the statements below do not characterize cloud computing?
- Cloud computing is the on-demand delivery of compute power
- With cloud computing you get to benefit from massive economies of scale
- Cloud computing allows you to swap variable expense for capital expense
- With cloud computing you can increase your speed and agility
- Cloud computing allows you to swap variable expense for capital expense
What are the advantages of running a database service such as Amazon RDS in the cloud versus deploying on-premise? (choose 2)
- You have full control of the operating system and can install your own operational tools
- Scalability is improved as it is quicker to implement and there is an abundance of capacity
- You can use any database software you like, allowing greater flexibility
- High availability is easier to implement due to built-in functionality for deploying read replicas and multi-AZ
- There are no costs for replicating data between DBs in different data centers or regions
- Scalability is improved as it is quicker to implement and there is an abundance of capacity
- High availability is easier to implement due to built-in functionality for deploying read replicas and multi-AZ
A Solutions Architect is looking for a way to use standard templates for describing and provisioning their infrastructure resources on AWS. Which AWS service can be used in this scenario?
- Amazon SNS
- AWS Auto Scaling
- AWS Elastic Beanstalk
- AWS CloudFormation
- AWS CloudFormation
Which type of Elastic Load Balancer allows you to route traffic to instances based on the URL path of the HTTP header?
- Application Load Balancer (ALB)
- Network Load Balancer (NLB)
- Classic Load Balancer (CLB)
- This is not supported with any type of ELB
- Application Load Balancer (ALB)
What can be used to automatically invoke an AWS Lambda function? (choose 2)
- Changes to an Amazon S3 bucket
- Creation of an IAM user
- An EC2 instance is terminated
- Messages added to an Amazon SQS queue
- Data is written to an Amazon EBS volume
- Changes to an Amazon S3 bucket
4. Messages added to an Amazon SQS queue
Which of the following are pillars from the five pillars of the AWS Well- Architected Framework? (Choose 2)
- Resilience
- Operational excellence
- Confidentiality
- Economics
- Performance efficiency
- Operational excellence
5. Performance efficiency