AWS Architecting & Ecosystem Flashcards

1
Q

AWS Knowledge Center

A

Contains the most frequent & common questions and requests

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

APN Technology Partners

A

providing hardware, connectivity, and software

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

APN Consulting Partners

A

professional services firm to help build on AWS

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

APN Training Partners

A

find who can help you learn AWS

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

AWS Competency Program

A

AWS Competencies are granted to APN
Partners who have demonstrated technical proficiency and proven
customer success in specialized solution areas

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

AWS Navigate Program

A

help Partners become better Partners

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

AWS Marketplace

A

• Digital catalog with thousands of software listings from
independent software vendors (3rd party)

• Example:
Custom AMI (custom OS, firewalls, technical solutions…)
CloudFormation templates
Software as a Service
Containers
  • If you buy through the AWS Marketplace, it goes into your AWS bill
  • You can sell your own solutions on the AWS Marketplace
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Developer Plan

A
  • Business hours email access to Cloud Support Associates
  • General guidance: < 24 business hours
  • System impaired: < 12 business hours
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Business Plan

A
  • 24x7 phone, email, and chat access to Cloud Support Engineers
  • Production system impaired: < 4 hours
  • Production system down: < 1 hour
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Enterprise Plan

A
  • Access to a Technical Account Manager (TAM)
  • Concierge Support Team (for billing and account best practices)
  • Business-critical system down: < 15 minutes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

AWS Quick Starts

A
  • Automated, gold-standard deployments in the AWS Cloud
  • Build your production environment quickly with templates
  • Example: WordPress on AWS
  • Leverages CloudFormation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

AWS Solutions

A
  • Vetted Technology Solutions for the AWS Cloud

* Example - AWS Landing Zone: secure, multi-account AWS environment, “Replaced” by AWS Control Tower

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

AWS Well Architected Tool

A

Free tool to review your architectures against the 5 pillars Well-Architected
Framework and adopt architectural best practices

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

Cost Optimization

A

Includes the ability to run systems to deliver business value at the lowest
price point

Design Principles:
• Adopt a consumption mode - Pay only for what you use
• Measure overall efficiency - Use CloudWatch
• Stop spending money on data center operations - AWS does the infrastructure
part and enables customer to focus on organization projects
• Analyze and attribute expenditure - Accurate identification of system usage and
costs, helps measure return on investment (ROI) - Make sure to use tags
• Use managed and application level services to reduce cost of ownership - As
managed services operate at cloud scale, they can offer a lower cost per
transaction or service

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

Performance Efficiency

A

Includes the ability to use computing resources efficiently to meet
system requirements, and to maintain that efficiency as demand changes
and technologies evolve

Design Principles:
• Democratize advanced technologies - Advance technologies become services
and hence you can focus more on product development
• Go global in minutes - Easy deployment in multiple regions
• Use serverless architectures - Avoid burden of managing servers
• Experiment more often - Easy to carry out comparative testing
• Mechanical sympathy - Be aware of all AWS services

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

Reliability

A

Ability of a system to recover from infrastructure or service disruptions,
dynamically acquire computing resources to meet demand, and mitigate
disruptions such as misconfigurations or transient network issues

Design Principles:
• Test recovery procedures - Use automation to simulate different failures or to recreate
scenarios that led to failures before
• Automatically recover from failure - Anticipate and remediate failures before they occur
• Scale horizontally to increase aggregate system availability - Distribute requests across
multiple, smaller resources to ensure that they don’t share a common point of failure
• Stop guessing capacity - Maintain the optimal level to satisfy demand without over or
under provisioning - Use Auto Scaling
• Manage change in automation - Use automation to make changes to infrastructure

17
Q

Security

A

Includes the ability to protect information, systems, and assets while delivering
business value through risk assessments and mitigation strategies

Design Principles:
• Implement a strong identity foundation - Centralize privilege management and reduce (or even eliminate) reliance on long-term credentials - Principle of least privilege - IAM
• Enable traceability - Integrate logs and metrics with systems to automatically respond and take action
• Apply security at all layers - Like edge network, VPC, subnet, load balancer, every instance, operating system, and application
• Automate security best practices
• Protect data in transit and at rest - Encryption, tokenization, and access control
• Keep people away from data - Reduce or eliminate the need for direct access or manual
processing of data
• Prepare for security events - Run incident response simulations and use tools with automation to increase your speed for detection, investigation, and recovery

18
Q

Operational Excellence

A

Includes the ability to run and monitor systems to deliver business value
and to continually improve supporting processes and procedures

Design Principles:
• Perform operations as code - Infrastructure as code
• Annotate documentation - Automate the creation of annotated documentation
after every build
• Make frequent, small, reversible changes - So that in case of any failure, you can
reverse it
• Refine operations procedures frequently - And ensure that team members are
familiar with it
• Anticipate failure
• Learn from all operational failures