Random from Practice Exams Flashcards

1
Q

What is Amazon CloudWatch?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is AWS Config?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is AWS Infrastructure Event Management?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When compared to private or virtual data centers, AWS provides _____ variable costs and ______ upfront costs.

A

lower; lower

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is AWS Professional Services?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is AWS Enterprise Support?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Concierge Support?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is an AWS Technical Account Manager (TAM)?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the 6 advantages of using Cloud Computing?

A
  1. Trade capital expense for variable expense.
  2. Benefit from massive economies of scale.
  3. Stop guessing capacity.
  4. Increase speed and agility.
  5. Stop spending money running and maintaining data centers.
  6. Go global in minutes.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a NAT Gateway?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is AWS Storage Gateway?

A

A hybrid cloud storage service that gives you on-premises access to virtually unlimited cloud storage in AWS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what are the 4 types of AWS Support plans?

A
  1. Basic - free of charge and offers support for account and billing questions and service limit increases.
  2. Developer - Good (experimenting or testing in AWS)
  3. Business - Better (prod workloads in AWS)
  4. Enterprise - Best (TAM, Training, Account Assistance)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the AWS Cost and Usage Report?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is AWS Cost Explorer?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is AWS Budgets?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Three types of Elastic Load Balancers?

A
  1. 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.
  2. 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.
  3. 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.
17
Q

What is Amazon Macie?

A

A security service that uses machine learning to automatically discover, classify, and protect sensitive data in AWS.

18
Q

What is Amazon ElastiCache?

A

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).

19
Q

What is Amazon CloudWatch?

A

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.

20
Q

What is AWS CloudFormation?

A

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.

21
Q

Five things AWS Trusted Advisor reviews?

A
  1. Cost Optimization
  2. Performance
  3. Security
  4. Fault Tolerance
  5. Service Limits
22
Q

IAM Policy Simulator

A

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.
23
Q

What is AWS Config?

A

A service that enables you to assess, audit, and evaluate the configurations of your AWS resources.

24
Q

What is Systems Manager?

A

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.

25
Q

Multipart Upload API

A

Multipart upload allows you to upload a single object as a set of parts. Each part is a contiguous portion of the object’s data. You can upload these object parts independently and in any order. If transmission of any part fails, you can retransmit that part without affecting other parts. After all parts of your object are uploaded, Amazon S3 assembles these parts and creates the object. In general, when your object size reaches 100 MB, you should consider using multipart uploads instead of uploading the object in a single operation.

26
Q

What is Amazon SQS?

A

Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications. SQS eliminates the complexity and overhead associated with managing and operating message-oriented middleware, and empowers developers to focus on differentiating work. Using SQS, you can send, store, and receive messages between software components at any volume, without losing messages or requiring other services to be available.

27
Q

What is an Amazon Cognito Identity Pool?

A

Amazon Cognito identity pools provide temporary AWS credentials for users who are guests (unauthenticated) and for users who have been authenticated and received a token. An identity pool is a store of user identity data specific to your account.

Amazon Cognito identity pools enable you to create unique identities and assign permissions for users. Your identity pool can include:

  • Users in an Amazon Cognito user pool
  • Users who authenticate with external identity providers such as Facebook, Google, or a SAML-based identity provider
  • Users authenticated via your own existing authentication process

With an identity pool, you can obtain temporary AWS credentials with permissions you define to directly access other AWS services or to access resources through Amazon API Gateway.

28
Q

What is Amazon Kinesis?

A

Ingest real-time data such as video, audio, application logs, website clickstreams, and IoT telemetry data for machine learning, analytics, and other applications. Amazon Kinesis enables you to process and analyze data as it arrives and respond instantly instead of having to wait until all your data is collected before the processing can begin.

29
Q

What is Amazon EMR?

A

A big data service that gives analytical teams the engines and elasticity to run Petabyte-scale analysis for a fraction of the cost of traditional on-premise clusters, using open source Apache tools.

30
Q

What is AWS X-Ray?

A

AWS X-Ray helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture. With X-Ray, you can understand how your application and its underlying services are performing to identify and troubleshoot the root cause of performance issues and errors. X-Ray provides an end-to-end view of requests as they travel through your application, and shows a map of your application’s underlying components.

31
Q

5 Pillars of a Well Architected Framework?

A
  1. Operational Excellence
  2. Security
  3. Reliability
  4. Performance Efficiency
  5. Cost Optimization
32
Q

What is AWS Step Functions?

A

AWS Step Functions provides serverless orchestration for modern applications. Orchestration centrally manages a workflow by breaking it into multiple steps, adding flow logic, and tracking the inputs and outputs between the steps. As your applications execute, Step Functions maintains application state, tracking exactly which workflow step your application is in, and stores an event log of data that is passed between application components. That means that if networks fail or components hang, your application can pick up right where it left off.

33
Q

What is Amazon SWF?

A

A fully-managed state tracker and task coordinator service.

34
Q

What is AWS Batch?

A

It is primarily used to efficiently run hundreds of thousands of batch computing jobs in AWS.

35
Q

What is Amazon EFS?

A

Amazon Elastic File System (Amazon EFS) provides a simple, scalable, fully managed elastic NFS file system for use with AWS Cloud services and on-premises resources. It is built to scale on-demand to petabytes without disrupting applications, growing and shrinking automatically as you add and remove files, eliminating the need to provision and manage capacity to accommodate growth.

Amazon EFS offers two storage classes: the Standard storage class, and the Infrequent Access storage class (EFS IA). EFS IA provides price/performance that’s cost-optimized for files not accessed every day. By simply enabling EFS Lifecycle Management on your file system, files not accessed according to the lifecycle policy you choose will be automatically and transparently moved into EFS IA.

36
Q

What is OpsWorks?

A

OpsWorks – AWS OpsWorks is a configuration management service that helps customers configure and operate applications, both on-premises and in the AWS Cloud, using Chef and Puppet.

37
Q

What is CodeDeploy?

A

CodeDeploy – AWS CodeDeploy automates code deployments to any instance, including Amazon EC2 instances and instances running on-premises. AWS CodeDeploy makes it easier to rapidly release new features, avoids downtime during application deployment, and handles the complexity of updating applications.

38
Q

What is CodePipeline?

A

Diff. from CodeDepoly = only instances/on premises
CodePipeline is a fully managed continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates. CodePipeline automates the build, test, and deploy phases of your release process every time there is a code change, based on the release model you define. This enables you to rapidly and reliably deliver features and updates. You can easily integrate CodePipeline with third-party services such as GitHub or with your own custom plugin. With AWS CodePipeline, you only pay for what you use. There are no upfront fees or long-term commitments.

39
Q

Which are global services?

A

IAM, STS Route 53, CloudFront and WAF.