Random from Practice Exams Flashcards
What is Amazon CloudWatch?
This service is primarily used to collect monitoring and operational data in the form of logs, metrics, and events, providing you with a unified view of AWS resources, applications, and services that run on AWS and on-premises servers.
What is AWS Config?
This is just a service that enables you to assess, audit, and evaluate the configurations of your AWS resources. It doesn’t provide you with an event history of your AWS account activity, unlike CloudTrail.
What is AWS Infrastructure Event Management?
this is a structured program available to Enterprise Support customers (and Business Support customers for an additional fee) that helps you plan for large-scale events such as product or application launches, infrastructure migrations, and marketing events. The type of “events” that this program track is relating to business operations such as Application Launch, Datacenter Migration or Marketing Event.
When compared to private or virtual data centers, AWS provides _____ variable costs and ______ upfront costs.
lower; lower
What is AWS Professional Services?
AWS Professional Services shares a collection of offerings to help you achieve specific outcomes related to enterprise cloud adoption. Each offering delivers a set of activities, best practices, and documentation reflecting our experience supporting hundreds of customers in their journey to the AWS Cloud. AWS Professional Services’ offerings use a unique methodology based on Amazon’s internal best practices to help you complete projects faster and more reliably while accounting for evolving expectations and dynamic team structures along the way.
What is AWS Enterprise Support?
Provides 24x7 technical support from high-quality engineers, tools and technology to automatically manage the health of your environment, consultative architectural guidance delivered in the context of your applications and use-cases, and a designated Technical Account Manager (TAM) to coordinate access to proactive/preventative programs and AWS subject matter experts.
What is Concierge Support?
This is a team composed of AWS billing and account experts that specialize in working with enterprise accounts. They will quickly and efficiently assist you with your billing and account inquiries, and work with you to implement billing and account best practices so that you can focus on running your business.
What is an AWS Technical Account Manager (TAM)?
This is your designated technical point of contact who provides advocacy and guidance to help plan and build solutions using best practices, coordinate access to subject matter experts and product teams, and proactively keep your AWS environment operationally healthy.
What are the 6 advantages of using Cloud Computing?
- Trade capital expense for variable expense.
- Benefit from massive economies of scale.
- Stop guessing capacity.
- Increase speed and agility.
- Stop spending money running and maintaining data centers.
- Go global in minutes.
What is a NAT Gateway?
This enables EC2 instances in a private subnet to connect to the Internet or other AWS services, but prevent the Internet from initiating a connection with those instances.
What is AWS Storage Gateway?
A hybrid cloud storage service that gives you on-premises access to virtually unlimited cloud storage in AWS.
what are the 4 types of AWS Support plans?
- Basic - free of charge and offers support for account and billing questions and service limit increases.
- Developer - Good (experimenting or testing in AWS)
- Business - Better (prod workloads in AWS)
- Enterprise - Best (TAM, Training, Account Assistance)
What is the AWS Cost and Usage Report?
One-stop-shop for accessing the most granular data about your AWS costs and usage. You can also load your cost and usage information into Amazon Athena, Amazon Redshift, AWS QuickSight, or a tool of your choice.
What is AWS Cost Explorer?
A tool that enables you to view and analyze your costs and usage but not at a granular level like the AWS Cost and Usage report. It also does not provide a way to load your cost and usage information into Amazon Athena, Amazon Redshift, AWS QuickSight, or a tool of your choice.
What is AWS Budgets?
Gives you the ability to set custom budgets that alert you when your costs or usage exceed (or are forecasted to exceed) your budgeted amount.
Three types of Elastic Load Balancers?
- Application Load Balancer: This is best suited for load balancing of HTTP and HTTPS traffic and provides advanced request routing targeted at the delivery of modern application architectures, including microservices and containers. Operating at the individual request level (Layer 7), Application Load Balancer routes traffic to targets within Amazon Virtual Private Cloud (Amazon VPC) based on the content of the request. Application Load Balancers support path-based routing, host-based routing, WebSockets and support for containerized applications.
- Network Load Balancer: This is best suited for load balancing of Transmission Control Protocol (TCP), User Datagram Protocol (UDP) and Transport Layer Security (TLS) traffic where extreme performance is required. Operating at the connection level (Layer 4), Network Load Balancer routes traffic to targets within Amazon Virtual Private Cloud (Amazon VPC) and is capable of handling millions of requests per second while maintaining ultra-low latencies. Network Load Balancer is also optimized to handle sudden and volatile traffic patterns.
- Classic Load Balancer: This provides basic load balancing across multiple Amazon EC2 instances and operates at both the request level and connection level. Classic Load Balancer is intended for applications that were built within the EC2-Classic network.
What is Amazon Macie?
A security service that uses machine learning to automatically discover, classify, and protect sensitive data in AWS.
What is Amazon ElastiCache?
Amazon ElastiCache offers fully managed Redis and Memcached. Seamlessly deploy, run, and scale popular open source compatible in-memory data stores. With this service, you can build data-intensive apps or improve the performance of your existing apps by retrieving data from high throughput and low latency in-memory data stores.
The in-memory caching provided by Amazon ElastiCache can be used to significantly improve latency and throughput for many read-heavy application workloads (such as social networking, gaming, media sharing and Q&A portals) or compute-intensive workloads (such as a recommendation engine).
What is Amazon CloudWatch?
Amazon CloudWatch is basically a metrics repository. An AWS service, such as Amazon EC2, puts metrics into the repository, and you retrieve statistics based on those metrics. If you put your own custom metrics into the repository, you can retrieve statistics on these metrics as well.
What is AWS CloudFormation?
Turns infrastructure into code.
AWS CloudFormation provides a common language for you to describe and provision all the infrastructure resources in your cloud environment. CloudFormation allows you to use programming languages or a simple text file to model and provision, in an automated and secure manner, all the resources needed for your applications across all regions and accounts.
Five things AWS Trusted Advisor reviews?
- Cost Optimization
- Performance
- Security
- Fault Tolerance
- Service Limits
IAM Policy Simulator
The IAM policy simulator evaluates the policies that you choose and determines the effective permissions for each of the actions that you specify. The simulator uses the same policy evaluation engine that is used during real requests to AWS services. But the simulator differs from the live AWS environment in the following ways:
- The simulator does not make an actual AWS service request, so you can safely test requests that might make unwanted changes to your live AWS environment.
- Because the simulator does not simulate running the selected actions, it cannot report any response to the simulated request. The only result returned is whether the requested action would be allowed or denied.
- If you edit a policy inside the simulator, these changes affect only the simulator. The corresponding policy in your AWS account remains unchanged.
What is AWS Config?
A service that enables you to assess, audit, and evaluate the configurations of your AWS resources.
What is Systems Manager?
Provides a unified user interface so you can view operational data from multiple AWS services and allows you to automate operational tasks across your AWS resources.