Certified Cloud Practitioner Flashcards
What is AWS Trusted Advisor
AWS Trusted Advisor provides recommendations that help you follow AWS best practices. Trusted Advisor evaluates your account by using checks. These checks identify ways to optimize your AWS infrastructure, improve security and performance, reduce costs, and monitor service quotas.
What is Amazon S3 Intelligent-Tiering
The Amazon S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective access tier (Frequent Access, Infrequent Access and Archive Instant Access) when access patterns change.
What is AWS Cost Explorer
AWS Cost Explorer is a tool that enables you to view and analyze your costs and usage.
- Explore usage and costs using the cost and usage reports, or the cost explorer RI reports
- View data for up to the last 12 months
- Forecast how much you’re likely to spend for the next 12 months
- Get recommendations for what Reserved Instances to purchase
- Identify areas that need further inquiry
- See trends that can be used to understand the costs
What is a NAT Gateway
A NAT gateway is a Network Address Translation (NAT) service. You can use a NAT gateway so that instances in a private subnet can connect to services outside your VPC but external services cannot initiate a connection with those instances.
Connectivity types of NAT Gateways
- Public (Default) : Instances in private subnets can connect to the internet through a public NAT gateway, but cannot receive unsolicited inbound connections from the internet.
- Private : Instances in private subnets can connect to other VPCs or your on-premises network through a private NAT gateway.
What is AWS Compute Optimizer
Machine-learning based tool that analyzes metrics of historical utilization and makes recommendations of compute services to be used for the workload
What is AWS Quick Starts
Quick Starts are automated reference deployments built by Amazon Web Services (AWS) solutions architects and AWS Partners.
What is AWS CodeGuru
Amazon CodeGuru is a developer tool that provides intelligent recommendations to improve code quality and identify an application’s most expensive lines of code.
Which AWS service provides infrastructure security optimization recommendations?
AWS Trusted Advisor
Which AWS service can be deployed to enhance read performance for applications while reading data from NoSQL database?
Amazon DynamoDB Accelerator
Which tool can you use to forecast your AWS spending?
AWS Cost Explorer
Which service is a Security layer attached to a subnet within a VPC for controlling traffic in & out of the VPC?
Which service is the security layer attached at instance level?
Network ACL is attached to subnet
Security Group is attached at instance level
What is the AWS feature that enables fast, easy and secure transfers of files over long distances between your client and your Amazon S3 bucket?
Amazon S3 Transfer Acceleration
What is AWS Artifact?
AWS Artifact is a comprehensive resource center to have access to the AWS’ auditor-issued reports and security and compliance documentation from several renowned independent standard organizations.
CloudFormation: What are
- CloudFormation Drift Detection
- CloudFormation Change Sets
- CloudFormation Stack Sets
- CloudFormation Intrinsic Functions
- CloudFormation Drift Detection: used to detect any changes made to resources outside of CloudFormation templates
- CloudFormation Change Sets: preview changes to be made to an AWS resource which will be deployed using the AWS CloudFormation template
- CloudFormation Stack Sets: groups of stacks that are managed together
- CloudFormation Intrinsic Functions: used for assigning values to properties in CloudFormation templates
Which action the customer must do to ensure the availability and backup of the EBS volumes?
Create EBS snapshots
What is AWS Config?
A service that records & captures all configuration changes done to AWS resources using the Configuration Recorder. Configuration Items crated by AWS Config can be sent to S3 to be stored as log files. These log files can be retained depending on the S3 lifecycle policies defined & can be referred to during any audit. Using an automated configuration management tool helps an Organization to track compliance of its resources elegantly.
What are the conditions to change Instance’s security group?
- We can change a Security Group associated with an instance if the instance is in the running or stopped state (not hibernate)
- We can change all security groups, not only default one
What are the different support plans?
Basic: access to customer services, doc, whitepapers and support forums + access to 6 core Trusted Advisor checks
Developer: Basic + Business hours access to Cloud Support Associates via email
Business: Developer + 24x7 access to Cloud Support Engineers via email, chat & phone + access to full check of Trusted Advisor checks + response time for production system down < 1 h
Enterprise: Business + 24x7 access to Senior Cloud Support Engineers via email, chat & phone + response time for Business-critical system down < 15 mn
Which service facilitate the move of an existing Oracle DB to the cloud?
AWS Database Migration Service