General Knowledge defined on AWS(6-10) Flashcards

1
Q

What is AWS shared responsibility model?

A

The customer is responsible for security in the cloud. AWS is responsible for the security of the cloud.

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

What is AWS Identity and Access Management (IAM)?

A

AWS Identity and Access Management (IAM)(opens in a new tab) enables you to manage access to AWS services and resources securely.

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

What are some features of AWS Identity and Access Management (IAM)?

A

Create IAM users , groups ( can assign to users once policies are applied ), and roles ( temporary permissions that can be taken on by external or internal entities)
Create IAM policies(written in JSON they define privileges for API calls and can be attached to users, groups, and roles)
Enable Multi-factor authentication.

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

What are some good practices for IAM in AWS?

A

Security principle of least privilege when granting permission, Create individual IAM users for each person who needs to access AWS and IAM roles are ideal for situations in which access to services or resources needs to be granted temporarily, instead of long-term.

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

What is AWS Organizations used for?

A

You can use AWS Organizations(opens in a new tab) to consolidate and manage multiple AWS accounts within a central location.

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

How do you control permissions through AWS Organizations?

A

In AWS Organizations, you can centrally control permissions for the accounts in your organization by using service control policies (SCPs)(opens in a new tab). SCPs enable you to place restrictions on the AWS services, resources, and individual API actions that users and roles in each account can access.(SCPs cannot be applied to individual Users, Groups and Policies)

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

What is an Organizational unit in AWS Organizations?

A

In AWS Organizations, you can group accounts into organizational units (OUs) to make it easier to manage accounts with similar business or security requirements. When you apply a policy to an OU, all the accounts in the OU automatically inherit the permissions specified in the policy.

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

What is AWS Artifact?

A

AWS Artifact(opens in a new tab) is a service that provides on-demand access to AWS security and compliance reports and select online agreements.

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

What are some places to go in AWS to ensure compliance?

A

The Customer Compliance Center and AWS Artifact

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

Which tasks can you complete in AWS Artifact?

A

Access AWS compliance reports on-demand and
Review, accept, and manage agreements with AWS.

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

What is a Denial-of-service attack?

A

A denial-of-service (DoS) attack is a deliberate attempt to make a website or application unavailable to users.

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

What is AWS Shield?

A

AWS Shield is a service that protects applications against DDoS attacks. AWS Shield provides two levels of protection: Standard and Advanced.

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

What is AWS Key Management Service (AWS KMS)?

A

AWS Key Management Service (AWS KMS)(opens in a new tab) enables you to perform encryption operations through the use of cryptographic keys. A cryptographic key is a random string of digits used for locking (encrypting) and unlocking (decrypting) data. You can use AWS KMS to create, manage, and use cryptographic keys. You can also control the use of keys across a wide range of services and in your applications.

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

What is AWS WAF?

A

AWS WAF(opens in a new tab) is a web application firewall that lets you monitor network requests that come into your web applications. AWS WAF works together with Amazon CloudFront and an Application Load Balancer. Recall the network access control lists that you learned about in an earlier module. AWS WAF works in a similar way to block or allow traffic. However, it does this by using a web access control list (ACL)(opens in a new tab) to protect your AWS resources.

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

What does Amazon Inspector do?

A

Amazon Inspector helps to improve the security and compliance of applications by running automated security assessments. It checks applications for security vulnerabilities and deviations from security best practices, such as open access to Amazon EC2 instances and installations of vulnerable software versions.

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

What is Amazon GuardDuty?

A

Amazon GuardDuty(opens in a new tab) is a service that provides intelligent threat detection for your AWS infrastructure and resources. It identifies threats by continuously monitoring the network activity and account behavior within your AWS environment.

17
Q

What is Amazon CloudWatch?

A

Amazon CloudWatch(opens in a new tab) is a web service that enables you to monitor and manage various metrics and configure alarm actions based on data from those metrics.

18
Q

What are CloudWatch alarms?

A

With CloudWatch, you can create alarms(opens in a new tab) that automatically perform actions if the value of your metric has gone above or below a predefined threshold.

19
Q

What is CloudWatch dashboard?

A

The CloudWatch dashboard(opens in a new tab) feature enables you to access all the metrics for your resources from a single location.

20
Q

What is AWS CloudTrail?

A

AWS CloudTrail(opens in a new tab) records API calls for your account. The recorded information includes the identity of the API caller, the time of the API call, the source IP address of the API caller, and more. You can think of CloudTrail as a “trail” of breadcrumbs (or a log of actions) that someone has left behind them.

21
Q

What is CloudTrail Insights?

A

Within CloudTrail, you can also enable CloudTrail Insights(opens in a new tab). This optional feature allows CloudTrail to automatically detect unusual API activities in your AWS account.

22
Q

What is AWS Trusted Advisor?

A

AWS Trusted Advisor(opens in a new tab) is a web service that inspects your AWS environment and provides real-time recommendations in accordance with AWS best practices.

23
Q

What are the 5 pillars of AWS Trusted Advisor?

A

cost optimization, performance, security, fault tolerance, and service limits. For the checks in each category, Trusted Advisor offers a list of recommended actions and additional resources to learn more about AWS best practices. (There are 3 categorical outputs in each pillar The green check indicates the number of items for which it detected no problems. The orange triangle represents the number of recommended investigations. The red circle represents the number of recommended actions.)

24
Q

What is AWS Pricing Calculator?

A

The AWS Pricing Calculator(opens in a new tab) lets you explore AWS services and create an estimate for the cost of your use cases on AWS.

25
Q

Where do you go to pay AWS Bills?

A

Use the AWS Billing & Cost Management dashboard(opens in a new tab) to pay your AWS bill, monitor your usage, and analyze and control your costs.

26
Q

What is Consolidated billing?

A

The consolidated billing feature of AWS Organizations enables you to receive a single bill for all AWS accounts in your organization. By consolidating, you can easily track the combined costs of all the linked accounts in your organization. The default maximum number of accounts allowed for an organization is 4, but you can contact AWS Support to increase your quota, if needed.(You can share savings plans as well across accounts)

27
Q

What is AWS Budgets?

A

In AWS Budgets(opens in a new tab), you can create budgets to plan your service usage, service costs, and instance reservations.

28
Q

What is AWS Cost Explorer?

A

AWS Cost Explorer(opens in a new tab) is a tool that lets you visualize, understand, and manage your AWS costs and usage over time.(You can use tags to track costs and get an in-depth look)

29
Q

What are the AWS Support Plans?

A

Basic
Developer
Business
Enterprise On-Ramp
Enterprise

30
Q

What is a Technical Account Manager (TAM)?

A

The Enterprise On-Ramp and Enterprise Support plans include access to a Technical Account Manager (TAM). TAMs provide expert engineering guidance, help you design solutions that efficiently integrate AWS services, assist with cost-effective and resilient architectures, and provide direct access to AWS programs and a broad community of experts.

31
Q

What does AWS Marketplace provide?

A

AWS Marketplace(opens in a new tab) is a digital catalog that includes thousands of software listings from independent software vendors. You can use AWS Marketplace to find, test, and buy software that runs on AWS.

32
Q

What is AWS Cloud Adoption Framework (AWS CAF)?

A

The AWS Cloud Adoption Framework (AWS CAF)(opens in a new tab) organizes guidance into six areas of focus, called Perspectives

33
Q

What are the 6 categories of AWS CAF

A

Business Perspective, People Perspective, Governance Perspective, Platform Perspective, Security Perspective and Operations Perspective

34
Q

What are the 6 strategies for migration?

A

Rehosting(no effort just moving to AWS)
Replatforming(minimal effort like moving MySQL DB to RDS MySQL DB)
Refactoring/re-architecting(Big effort restructuring)
Repurchasing
Retaining( just keep the application for a little while longer than retireing)
Retiring( not moving application at all to AWS since it is absolete)

35
Q

What are the SNOW categories for Data Migrations?

A

AWS SnowCone, AWS SnowBall and AWS SnowMobile (Goes from smallest to largest data needs all are physical equipment delivered to you for migrations).

36
Q

Which service enables you to quickly build, train, and deploy machine learning models?

A

Amazon SageMaker

37
Q

What are Well-Architected Framework is based on six pillars?

A

Operational excellence
Security
Reliability
Performance efficiency
Cost optimization
Sustainability