AWS Skills Centers: full-prep: CPC Exam Flashcards
You are delivering a presentation on the AWS Shared Responsibility Model to your team. One of your team members asked you to identify which of the following things are they going to be responsible for when using Amazon EC2 instances? (Select three)
1. network hardware
2. data encryption
3. security groups
4. availability zones
5. network upgrades
6. operating system
data encryption, security groups, operating system
which of the following are benefits for a small company to move all the services to the aws cloud?
1. all security updates and operating system patching is handled by aws
2. all data encryption is handled by AWS
3. all flexible costs are handled by AWS
4. All data center operations are handled by AWS
all data center operations are handled by aws
you are reviewing aws best practices. your company uses aws cloudtrail and aws organizations to centrally log all actions performed across the organization. to which aws well architected framework pillar does this adhere?
security
which of the following are advantages of cloud computing? select 2
1. trade fixed expense for variable expense
2. benefit from massive economies of scale
3. benefit from extended reach of global services
4. spend smartly when running and maintaining data centers
5. stop calculating expense
trade fixed expense for variable expense, benefit from massive economies of scale
you are reviewing aws best practices. you currently reviewing all EC2 instances to be sure we correctly sized them for the workloads they run. to which aws well architected framework pillar does this adhere>
sustainability
which aws service can help you optimize your aws environment by giving recommendations to reduce cost, increase performance, and improve security?
AWS trusted advisor
which of the following AWS services store data globally? select 2
1. amazon ec2
2. amazon IAM
3. amazon RDS
4. amazon cloudfront
5. amazon vpc
amazon IAM, amazon cloudfront
you just saw a social media post is claiming that some aws services are experiencing outages. how can you check to see if there is a service interruption>
AWS personal health dashboard
which of the following is a web-based interface to view processes in aws?
1. aws management console
2. amazon api gateway
3. aws sdk
4. aws cli
aws management console
your company has decided to improve remote worker productivity with secure access to virtual desktops from any supported device and location. which of the following service methods provide for this with the least administrative effort?
1. DaaS
2.IaaS
3. PaaS
4. Saas
Daas
you have an application running on a fleet of amazon ec2 instances. hourly employees clock-in and out using this application. the instances are very busy 3-4 times a day and sit idle the rest of the day. What can be dont to optimize the EC2 instaces?
place the ec2 instances in an auto scaling group
you have been testing a new application running on ec2 instances. you need to ensure that there are no service interruptions or latency as it takes on the load of a full production environment. which service can automate actions in response to performance issues of the ec2 instances by sending an email?
amazon cloudwatch alarms
you are working for a small startup. the owner would like to deploy a system on aws but no one in the company knows how to do this. which aws service can help with this>
AWS Partner Network(APN) Consulting Partners
you are delivering a presentation on the aws shared responsibility model to your team. one of your team members asked you to identify which of the following things are they going to be fully responsible for?
1. availability xzones
2. compute
3. edge locations
4. customer data
customer data
you just finished a successful pilot program proving the value of amazon ec2 to your managers. you now need to deploy more vCPUs than what your account currently allows. what can you do>
contact aws and request a service limit increase
you are reviewing aws best practices. you remember a coworker talking about implementing auto scaling whenever possible. to which aws well architected framework pillar does this adhere?
operational excellence
which aws service can provide a desktop as a servicce solution
amazon workspaces
which of the following are regional aws services? choose two
1. amazon shield
2. amazon route 53
3, amazon transit gateway
4. amazon s3
5. aws organizations
amazon transit gateway, amazon s3
your company is moving to the aws cloud. which of the following is the responsibility of aws?
1. physical and enviornmental controls
2. creating iam groups
3. patching of the guest os
4. storing cloudformation templates
physical and environmental controls
which of the following items are pillars of the well-architected framework?
1. cost optimization
2. scalability
3. operational excellence
4. reliability
5. ease of use
6. elasticity
cost optimization, operational excellence, reliability
developers in your company need to interact with AWS from the command line interface. which seccurity item will you need to provide to the developers?
access keys
a software development team has requested IAM access to be able to work with AWS from the CLI. what will you provide to these developers?
access keys
which aws service provides central governance and management scross multiple AWS accounts?
AWS organizations
which aws service can be used to detect and prevent distributed denial of service attacks against services hosted on aws
aws shield
your company has merged with another company. management does not want to force the new team members to use new credentials to access aws resources. what should you provide to grant them access to account resources?
federated identities
a new application needs temporary credentials to access resources in aws. what is the best way to do this?
create an IAM role. assign the correct permission and have the application assume it.