Skip to content

A must known resources to learn AWS for Architects and Cloud engineer

Notifications You must be signed in to change notification settings

bikashkumars/aws-architect

Repository files navigation

AWS for Architect Quick Reference Guide

A must known resources of AWS for Architects and Cloud engineer

alt text

AWS resource Icons and PPT sample

Icon Pack

PPT

AWS Knowledge Center aka Premimum Support

The Knowledge Center page contains links to nearly 1,000 questions arranged by service, each representing a fairly common problem encountered by real AWS customers. You’ll find questions like, “How can I install the AWS CloudFormation helper scripts on Ubuntu or Red Hat Enterprise Linux?” and “What happens when my reserved instance expires?”

Get answer to all "how to questions" on AWS service usage

AWS Premimum Service

AWS Well Architecture framework

Remember P.R.O.C.E.S.S to recall fast (E has no meaning)

wellarchitectedlabs

  1. Performance
  2. Reliability
  3. Operational Excellence
  4. Cost Optimization
  5. E - has no meaning**
  6. Security
  7. Sustainability

Cloud Architecture Design principle

  1. Design for Failures ( atleast 2 EC2 instances, as anything may fail )
  2. Decouple or Loose coupling ( Microservice Architecture, deploy with low dependency, Avoid monolith Apps, Don't install DB on EC2 where App is installed )
  3. Elasticity ( Horizontal scaling - Scale-in and Scale-out based on demand )
  4. Parallel ( 2 EC2 instaces serving live traffic with ALB )

AWS Cloud Economics

  1. Cost savings ( Cost reduction with On-demand Pay-as-you go model and Spot instances )
  2. Staff productivity ( Infrastructure configuration overhead reduced. move away from the day-to-day operational headaches associated with managing IT infrastructure )
  3. Operational resilience (improving SLAs and reducing unplanned outages. AWS CloudFormation/Terraform to automate infra to avoid human errors)
  4. Business agility ( Deploying new features/applications fasterand reducing errors. Developers don’t have to wait to get the budget to deploy a full infrastructure )

More on Economics: The rightsizing recommendations feature in Cost Explorer (AWS Cost Management) helps you identify cost-saving opportunities by downsizing or terminating instances in Amazon Elastic Compute Cloud (Amazon EC2). Rightsizing recommendations analyze your Amazon EC2 resources and usage to show opportunities for how you can lower your spending. cost optimization

AWS Well Architectedlabs

Well Architected

AWS Database Purpose

db usecase

AWS Shared Security model

Shared Security model

Sample Source code to connect different AWS services

AWS SDK sample code Java

Java Sample

Python Sample

Reference Architecture Diagram

Find Architecture Diagram

Price calculator

simple AWS price calculator

AWS Support Plans

  1. Basic ( Free of cost )
  2. Developer ( Associate available during business hours - chat/email and production downtime help within 1 hour )
  3. Business ( Engineer available 24/7 - call/email/chat and production downtime help within 1 hour )
  4. Enterprise ( Senior engineer available 24/7 - call/email/chat and production downtime help within 1 hour plus business critial apps support within 15 min. Technical account manager is assigned to your organization/account for planning, deployment and recommendation )

Learn by doing

Skill builder

Repost - Ask your technical question and get Expert answer

Hands on workshop and Tutorial

Price calculator

AWS training

SageMaker Free lab

bugbust - Submit Bug and Win

Community Help

AWS archives

AWS Archive

Sample App with DynamoDB

About

A must known resources to learn AWS for Architects and Cloud engineer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published