SlideShare a Scribd company logo
Tech Mely
AWS Cloud Services
Technical sharing
DucPV - TechMey
Tech Mely
Agenda
Introduction Cloud Computing
Introduction Amazon Cloud
Introduction AWS Compute
Introduction AWS Networking
Introduction AWS Database
Tech Mely
Introduction Cloud Computing
Tech Mely
What is a server look like ?
 Server room
 Hardware (RAM, CPU…)
 Network
 Electric
 Cooling system
 …
Tech Mely
What is Cloud Computing ?
Cloud computing is the delivery of computing resources as a service,
meaning that the resources are owned and managed by the cloud
provider rather than the end user.
Benefit of Cloud Computing
 Cost savings
 Convenient
 Safe and Continuous
 Easy to implement
Tech Mely
Cloud Delivery Models
 Infrastructure as a Service (IaaS)
 Platform as a Service (PaaS)
 Software as a Service (SaaS)
Tech Mely
Tech Mely
Introduction AWS
Tech Mely
What is AWS?
AWS provides a highly reliable, scalable, low-cost infrastructure platform in the cloud that powers
millions of businesses in over 190 countries around the world.
 Benefits
 Low Cost
 Elasticity &Agility
 Open & Flexible
 Secure
 Global Reach
Tech Mely
AWS Recognized as a Cloud Leader
from 2006
Tech Mely
Tech Mely
81 Availability Zone
25 Regions
Tech Mely
Tech Mely
Availability Zones
Tech Mely
Availability Zones
 Aregion is comprised of multipleAvailability Zones (typically 3)
 Fully independent partitions on isolated fault lines, flood plains, and power grids
 EachAZ: redundant power and redundant dedicated network
 EachAZ: typically multiple data centers
 Between AZs: high throughput, low latency (<10ms) network
 Between AZs: physical separation < 100km (60mi)
Tech Mely
AWS Core Infrastructure and Services
Tech Mely
AWS Foundation Services
Tech Mely
AWS Compute Overview
Tech Mely
Compute types
Tech Mely
Amazon EC2
Amazon Elastic Compute Cloud (EC2): Enables you to provision computing environments called
instances. With Amazon EC2, you have the flexibility to choose the hardware resources you need.
Tech Mely
Instance Sizing
Tech Mely
EC2 Operating Systems Supported
 Windows 2003R2/2008/2008R2/2012/2012R2/2016/2019
 Amazon Linux
 Debian
 Suse
 CentOS
 Red Hat Enterprise Linux
 Ubuntu
for more OSes see: https://aws.amazon.com/marketplace/b/2649367011
Tech Mely
EC2 AMI
 AMI
- Instances are based on an Amazon Machine Image
- While launching an instance, you may have a specific
requirement such as an operating, system,
preinstalled software, number of EBS volumes, and
their respective size. To cater to such a requirement,
AWS uses a feature called AMI.
- AMIs are unique to each region
Tech Mely
EC2 AMI
Tech Mely
EC2 Security Groups
 Security Group Rules
- Name
- Description
- Protocol
- Port range
- IP address, IP range, Security Group name
Tech Mely
EC2 Pricing
 On Demand Instance
- This is the most common and flexible pricing option
- Pay only for what you use
- Stopped instances will not accrue hourly compute costs
- Pay by the instance hour
 Reserved Instance (RI)
- 1 or 3 year commitment
 Spot
- Useful for “worker pool” scenarios
• Transcode, map reduce task nodes
Tech Mely
EC2 Purchasing Options
Tech Mely
AWS Networking Overview
Tech Mely
Tech Mely
AWS Networking Components
“Your Virtual Datacenter in the Cloud”
 Essential Components:
- Subnets
- Route Tables
- NetworkACLs
- Security Groups
- Internet Gateways
- NAT Gateways
Tech Mely
Amazon VPC – Virtual Private Cloud
 Provision a logically isolated section of theAWS Cloud where you can launch
AWS resources in a virtual network that you define.
Tech Mely
Classless Inter-Domain Routing (CIDR)
CIDR is a standard set of IPs used to
identify and distribute resources
(ex: EC2) in the network
Tech Mely
Subnet
• You can add one or more subnets in each
Availability Zone
• Subnets are allocated as a subset of the VPC
CIDR range
Tech Mely
Subnet and Route Table
• Each subnet can have a unique Route Table
• Route Tables direct traffic out of the VPC, towards:
- Internet Gateway
- Virtual Private Gateway
- VPC Endpoints
- Direct Connect
- VPC Peering
• Subnets are named “Public Subnets” when connected to an
Internet Gateway
Tech Mely
Internet Gateway
• Connect your VPC Subnets to the Internet
• Must be referenced on the Route Table
Tech Mely
Elastic IPAddress
• Static, Public IPv4 address, associated with your
AWS account
• Can be associated with an instance or network
interface
• Can be remapped to another instance in your
account
Tech Mely
NAT Gateway
• Enable outbound connection to the internet
• No incoming connection - useful for OS/packages
updates, public web services access
• Fully managed byAWS
• Highly available
• Up to 10Gbps bandwidth
• Supports TCP, UDP, and ICMP protocols
• NetworkACLs apply to NAT gateway’s traffic
Tech Mely
VPC Security - Security Groups
• Virtual stateful firewall
• Inbound and Outbound customer defined
rules
• Instance/Interface level inspection
• Only supports allow rules
- Implicit deny all at the end
Tech Mely
VPC Security - Network Access Control List
• Inbound and Outbound
• Subnet level inspection
• Optional level of security
• By default, allow all traffic
• Stateless
• IP and TCP/UDP port based
• Supports allow and deny rules
• Deny all at the end
Tech Mely
AWS Storage Overview
Tech Mely
AWS Storage Services & Content Delivery
Tech Mely
Amazon Simple Storage Service (S3)
 Storage for the Internet
 Natively online, HTTP access
 Store and retrieve any amount of data, any time, from anywhere on the web
 High Scalable, reliable, fast and durable
Tech Mely
Amazon S3 Concept
 Amazon S3 stores data as objects within
buckets
 Bucket name is unique in the world
 An object is comprised of a file and optionally any
metadata that describes that file
 You can have up to 100 buckets in each account
 You can control access to the bucket and its objects
Tech Mely
Traditional Platform - Storage Architecture
 In the old days...
- Hardware acquisition and datacenter
space required advanced planning
- Disk space and I/O allocation juggling for
the entire application lifecycle
- Volume and file redundancy not built-in
- Capital commitment and refresh budget
considerations
Tech Mely
AWS Instance Volumes and Data Storage
 The new [improved] way of doing
things...
- Elastic pay-as-you-go model
- Redundancy and snapshot
utilities built-in
- NewAPIs and tools simplify
application development,
administration and data lifecycle
management
Tech Mely
Amazon Glacier
 Extremely low-cost storage
 Secure, durable storage for data archiving and backup
 Optimized for data that is infrequently accessed
Tech Mely
Amazon Elastic Block Store (EBS)
 Persistent block level storage volumes offering consistent and low-latency performance
 Automatically replicated within itsAvailability Zone
 Snapshots stored durably inAmazon S3
Tech Mely
Amazon EBS vs Amazon S3
Tech Mely
Amazon Storage Gateway
 Connect an On-premises software appliance with cloud-based storage
 Securely upload data to theAWS cloud for cost effective backup and rapid disaster recovery
 Mirror your on-premises data toAmazon EC2 instances
Tech Mely
Amazon Cloud Front
 Easy and cost effective way to distribute content to end users
 Low latency, high data transfer speeds
 Deliver your entire website, including dynamic, static, streaming, and interactive content using a
global network of edge locations
Tech Mely
AWS Database Overview
Tech Mely
AWS Database Services
Tech Mely
Traditional Database Architecture
App/Web Tier
Client Tier
RDBMS
one database
for all
workloads
Tech Mely
AWS Data Tier Architecture
App/Web Tier
Client Tier
On AWS choose best
database service for
each workload
Data Tier
Cache Data Warehouse Time Series Blob Store
NoSQL RDBMS Quantum Ledger Search
Tech Mely
AWS Database Services for the Data Tier
Data Tier
Amazon
ElastiCache
Amazon
Redshift
Amazon
Timestream
Amazon
RDS
Amazon DynamoDB
Neptune / DocumentDB
Amazon
QLDB
Amazon S3
Amazon
ElasticSearch
logging
rich search
hot reads analytics
complex queries
& transactions
NoSQL
simple query
Graph / Key Value / Document
Tech Mely
Amazon
RDS
• Easy to setup, operation and scale a relational database
• Automatically patches the database software and backup your
database
• Ability to scale the compute resources or storage capacity
associated with your relational database instance via a single API
call
Tech Mely
Amazon RDS
Managed relational database service with a choice of popular database engines
Easy to administer
Easily deploy and maintain
hardware, OS and DB
software; built-in monitoring
Available & durable
Automatic Multi-AZ data
replication; automated
backup, snapshots, and
failover
Performant & scalable
Scale compute
and storage with a few clicks;
minimal downtime for your
application
Secure and compliant
Data encryption at rest and in
transit; industry compliance
and assurance programs
Tech Mely
If you host your databases on-premises…
App optimization
Scaling
High availability
Database backups
DB s/w patches
DB s/w installs
OS patches
OS installation
Server maintenance
Rack & stack
Power, HVAC, net
you
Tech Mely
If you host your databases in Amazon EC2…
OS installation
Server maintenance
Rack & stack
Power, HVAC, net
App optimization
Scaling
High availability
Database backups
DB s/w patches
DB s/w installs
OS patches
OS installation
Server maintenance
Rack & stack
Power, HVAC, net
you
Tech Mely
If you choose Amazon RDS…
Scaling
High availability
Database backups
DB s/w patches
DB s/w installs
OS patches
OS installation
Server maintenance
Rack & stack
Power, HVAC, net
App optimization
Scaling
High availability
Database backups
DB s/w patches
DB s/w installs
OS patches
OS installation
Server maintenance
Rack & stack
Power, HVAC, net
you
Tech Mely
Key Amazon RDS Features
Amazon RDS
Configuration
Improve
Availability
Increase
Throughput
Reduce
Latency
Push-Button Scaling
MultiAZ
Read Replicas
Provisioned IOPS
Read Replicas
Push-Button Scaling
Provisioned IOPS
Region
Multi-AZ
availability
zone
availability
zone
Tech Mely
• NoSQL database
• Seamless scalability
• Zero admin
• Single-digit millisecond latency
• Multi-Master
• Multi-Region
• Store any amount of data with no limits
• Fast, predictable performance using SSDs
• Easily provision and change the request capacity
needed for each table
Amazon
DynamoDB
Tech Mely
Amazon DynamoDB
Highly available
and durable
Consistently fast at any scale
Fully managed
Secure Integrates with AWS Lambda,
Amazon Redshift, and more
Cost-effective
Tech Mely
Highly available and durable
Designed to support
99.99%
of availability
Built for high durability
WRITES
3-way replication
Persisted to disk
(Custom SSD)
READS
Strongly or eventually consistent
No latency trade-off
Data is always replicated to
three Availability Zones
Tech Mely
Highly available and durable
Availability Zone A
Partition A
Host 4 Host 6
Availability Zone B Availability Zone C
Partition A Partition C
Partition C Partition C
Host 5
Partition B
Host 1 Host 3
Host 2
Partition B
Host 7 Host 9
Host 8
Partition B
CustomerOrdersTable
Data is always replicated to
three Availability Zones
3-way replication
OrderId: 1
CustomerId: 1
ASIN: [B00X4WHP5E]
Hash(1) = 7B
P
P
a
a
rr
tt
it
it
io
io
n
n A
A
Tech Mely
Backup and Restore
The only cloud database to provide on-demand and continuous backups
Point in time restore
for short term
retention and data
corruption protection
(35 days)
Point in time recovery with
restore times in a few hours
depending on table size
On-demand
backups for long-
term data archival
and compliance
Tech Mely
Questions?

More Related Content

What's hot

How To Modernize Enterpize Apps, Including Windows and .NET on AWS
How To Modernize Enterpize Apps, Including Windows and .NET on AWSHow To Modernize Enterpize Apps, Including Windows and .NET on AWS
How To Modernize Enterpize Apps, Including Windows and .NET on AWS
Amazon Web Services
 
reInvent reCap 2022
reInvent reCap 2022reInvent reCap 2022
reInvent reCap 2022
CloudHesive
 
Azure Fundamentals Part 1
Azure Fundamentals Part 1Azure Fundamentals Part 1
Azure Fundamentals Part 1
CCG
 
Amazon EC2 and Amazon VPC Hands-on Workshop
Amazon EC2 and Amazon VPC Hands-on WorkshopAmazon EC2 and Amazon VPC Hands-on Workshop
Amazon EC2 and Amazon VPC Hands-on Workshop
Amazon Web Services
 
Microservices Design Patterns Explained | Edureka
Microservices Design Patterns Explained | EdurekaMicroservices Design Patterns Explained | Edureka
Microservices Design Patterns Explained | Edureka
Edureka!
 
Deep Dive into Amazon ECS & Fargate
Deep Dive into Amazon ECS & FargateDeep Dive into Amazon ECS & Fargate
Deep Dive into Amazon ECS & Fargate
Amazon Web Services
 
CI/CD pipelines on AWS - Builders Day Israel
CI/CD pipelines on AWS - Builders Day IsraelCI/CD pipelines on AWS - Builders Day Israel
CI/CD pipelines on AWS - Builders Day Israel
Amazon Web Services
 
Nghiên cứu một số hình thức tấn công website phổ biến và các giải pháp phòng ...
Nghiên cứu một số hình thức tấn công website phổ biến và các giải pháp phòng ...Nghiên cứu một số hình thức tấn công website phổ biến và các giải pháp phòng ...
Nghiên cứu một số hình thức tấn công website phổ biến và các giải pháp phòng ...
Thịt Xốt Cà Chua
 
Serverless computing
Serverless computingServerless computing
Serverless computing
Dmitriy Ivanov
 
Introduction to Amazon EKS
Introduction to Amazon EKSIntroduction to Amazon EKS
Introduction to Amazon EKS
Amazon Web Services
 
AWS Monitoring & Logging
AWS Monitoring & LoggingAWS Monitoring & Logging
AWS Monitoring & Logging
Jason Poley
 
Đề tài: Nghiên cứu và triển khai hệ thống Private Cloud cho các ứng dụng đào ...
Đề tài: Nghiên cứu và triển khai hệ thống Private Cloud cho các ứng dụng đào ...Đề tài: Nghiên cứu và triển khai hệ thống Private Cloud cho các ứng dụng đào ...
Đề tài: Nghiên cứu và triển khai hệ thống Private Cloud cho các ứng dụng đào ...
Viết thuê trọn gói ZALO 0934573149
 
Introduction to AWS Cloud Computing | AWS Public Sector Summit 2016
Introduction to AWS Cloud Computing | AWS Public Sector Summit 2016Introduction to AWS Cloud Computing | AWS Public Sector Summit 2016
Introduction to AWS Cloud Computing | AWS Public Sector Summit 2016
Amazon Web Services
 
AWS Tutorial | AWS Certified Solutions Architect | Amazon AWS | AWS Training ...
AWS Tutorial | AWS Certified Solutions Architect | Amazon AWS | AWS Training ...AWS Tutorial | AWS Certified Solutions Architect | Amazon AWS | AWS Training ...
AWS Tutorial | AWS Certified Solutions Architect | Amazon AWS | AWS Training ...
Edureka!
 
Introduction to AWS Lambda and Serverless Applications
Introduction to AWS Lambda and Serverless ApplicationsIntroduction to AWS Lambda and Serverless Applications
Introduction to AWS Lambda and Serverless Applications
Amazon Web Services
 
Databases on AWS Workshop.pdf
Databases on AWS Workshop.pdfDatabases on AWS Workshop.pdf
Databases on AWS Workshop.pdf
Amazon Web Services
 
AWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design PatternsAWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design Patterns
Amazon Web Services
 
Amazon Web Service EC2 & S3
Amazon Web Service EC2 & S3Amazon Web Service EC2 & S3
Amazon Web Service EC2 & S3
Pravin Vaja
 
Deep Dive on Amazon EC2 Systems Manager
Deep Dive on Amazon EC2 Systems ManagerDeep Dive on Amazon EC2 Systems Manager
Deep Dive on Amazon EC2 Systems Manager
Amazon Web Services
 

What's hot (20)

How To Modernize Enterpize Apps, Including Windows and .NET on AWS
How To Modernize Enterpize Apps, Including Windows and .NET on AWSHow To Modernize Enterpize Apps, Including Windows and .NET on AWS
How To Modernize Enterpize Apps, Including Windows and .NET on AWS
 
reInvent reCap 2022
reInvent reCap 2022reInvent reCap 2022
reInvent reCap 2022
 
Azure Fundamentals Part 1
Azure Fundamentals Part 1Azure Fundamentals Part 1
Azure Fundamentals Part 1
 
Amazon EC2 and Amazon VPC Hands-on Workshop
Amazon EC2 and Amazon VPC Hands-on WorkshopAmazon EC2 and Amazon VPC Hands-on Workshop
Amazon EC2 and Amazon VPC Hands-on Workshop
 
Microservices Design Patterns Explained | Edureka
Microservices Design Patterns Explained | EdurekaMicroservices Design Patterns Explained | Edureka
Microservices Design Patterns Explained | Edureka
 
Deep Dive into Amazon ECS & Fargate
Deep Dive into Amazon ECS & FargateDeep Dive into Amazon ECS & Fargate
Deep Dive into Amazon ECS & Fargate
 
CI/CD pipelines on AWS - Builders Day Israel
CI/CD pipelines on AWS - Builders Day IsraelCI/CD pipelines on AWS - Builders Day Israel
CI/CD pipelines on AWS - Builders Day Israel
 
Nghiên cứu một số hình thức tấn công website phổ biến và các giải pháp phòng ...
Nghiên cứu một số hình thức tấn công website phổ biến và các giải pháp phòng ...Nghiên cứu một số hình thức tấn công website phổ biến và các giải pháp phòng ...
Nghiên cứu một số hình thức tấn công website phổ biến và các giải pháp phòng ...
 
Serverless computing
Serverless computingServerless computing
Serverless computing
 
Introduction to Amazon EKS
Introduction to Amazon EKSIntroduction to Amazon EKS
Introduction to Amazon EKS
 
AWS Monitoring & Logging
AWS Monitoring & LoggingAWS Monitoring & Logging
AWS Monitoring & Logging
 
Đề tài: Nghiên cứu và triển khai hệ thống Private Cloud cho các ứng dụng đào ...
Đề tài: Nghiên cứu và triển khai hệ thống Private Cloud cho các ứng dụng đào ...Đề tài: Nghiên cứu và triển khai hệ thống Private Cloud cho các ứng dụng đào ...
Đề tài: Nghiên cứu và triển khai hệ thống Private Cloud cho các ứng dụng đào ...
 
Wireless
WirelessWireless
Wireless
 
Introduction to AWS Cloud Computing | AWS Public Sector Summit 2016
Introduction to AWS Cloud Computing | AWS Public Sector Summit 2016Introduction to AWS Cloud Computing | AWS Public Sector Summit 2016
Introduction to AWS Cloud Computing | AWS Public Sector Summit 2016
 
AWS Tutorial | AWS Certified Solutions Architect | Amazon AWS | AWS Training ...
AWS Tutorial | AWS Certified Solutions Architect | Amazon AWS | AWS Training ...AWS Tutorial | AWS Certified Solutions Architect | Amazon AWS | AWS Training ...
AWS Tutorial | AWS Certified Solutions Architect | Amazon AWS | AWS Training ...
 
Introduction to AWS Lambda and Serverless Applications
Introduction to AWS Lambda and Serverless ApplicationsIntroduction to AWS Lambda and Serverless Applications
Introduction to AWS Lambda and Serverless Applications
 
Databases on AWS Workshop.pdf
Databases on AWS Workshop.pdfDatabases on AWS Workshop.pdf
Databases on AWS Workshop.pdf
 
AWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design PatternsAWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design Patterns
 
Amazon Web Service EC2 & S3
Amazon Web Service EC2 & S3Amazon Web Service EC2 & S3
Amazon Web Service EC2 & S3
 
Deep Dive on Amazon EC2 Systems Manager
Deep Dive on Amazon EC2 Systems ManagerDeep Dive on Amazon EC2 Systems Manager
Deep Dive on Amazon EC2 Systems Manager
 

Similar to Tổng quan về AWS cực hay

Aws101
Aws101Aws101
AWS Webcast - Explore the AWS Cloud for Government
AWS Webcast - Explore the AWS Cloud for GovernmentAWS Webcast - Explore the AWS Cloud for Government
AWS Webcast - Explore the AWS Cloud for Government
Amazon Web Services
 
Cloud computing-Practical Example
Cloud computing-Practical ExampleCloud computing-Practical Example
Cloud computing-Practical Example
Tasawar Gulzar
 
Uses, considerations, and recommendations for AWS
Uses, considerations, and recommendations for AWSUses, considerations, and recommendations for AWS
Uses, considerations, and recommendations for AWS
Scalar Decisions
 
AWS Cloud Computing for Startups Werner Vogels -part i
AWS Cloud Computing for Startups   Werner Vogels -part iAWS Cloud Computing for Startups   Werner Vogels -part i
AWS Cloud Computing for Startups Werner Vogels -part iAmazon Web Services
 
Opportunities that the Cloud Brings for Carriers @ Carriers World 2014
Opportunities that the Cloud Brings for Carriers @ Carriers World 2014Opportunities that the Cloud Brings for Carriers @ Carriers World 2014
Opportunities that the Cloud Brings for Carriers @ Carriers World 2014
Ian Massingham
 
AWSSummit NYC- KeyNote by Werner Vogels
AWSSummit NYC- KeyNote by Werner VogelsAWSSummit NYC- KeyNote by Werner Vogels
AWSSummit NYC- KeyNote by Werner VogelsAmazon Web Services
 
Fundamentals of Cloud Computing & AWS
Fundamentals of Cloud Computing & AWSFundamentals of Cloud Computing & AWS
Fundamentals of Cloud Computing & AWS
Bhuvaneswari Subramani
 
Débuter sur le cloud AWS
Débuter sur le cloud AWSDébuter sur le cloud AWS
Débuter sur le cloud AWS
Amazon Web Services
 
AWS Webcast - What is Cloud Computing?
AWS Webcast - What is Cloud Computing?AWS Webcast - What is Cloud Computing?
AWS Webcast - What is Cloud Computing?
Amazon Web Services
 
AWS Overview - Cloud for the Enterprise - AWS Enterprise Tour - SF - 2010, D...
AWS Overview  - Cloud for the Enterprise - AWS Enterprise Tour - SF - 2010, D...AWS Overview  - Cloud for the Enterprise - AWS Enterprise Tour - SF - 2010, D...
AWS Overview - Cloud for the Enterprise - AWS Enterprise Tour - SF - 2010, D...
Amazon Web Services
 
Werner Vogels
Werner Vogels Werner Vogels
Werner Vogels
Amazon Web Services
 
Introduction of AWS Cloud Computing and its future for Biometric Department
Introduction of AWS Cloud Computing and its future for Biometric DepartmentIntroduction of AWS Cloud Computing and its future for Biometric Department
Introduction of AWS Cloud Computing and its future for Biometric Department
Kevin Lee
 
Hybrid cloud for financial sector :: Felix Candelario :: AWS Finance Seminar
Hybrid cloud for financial sector :: Felix Candelario :: AWS Finance SeminarHybrid cloud for financial sector :: Felix Candelario :: AWS Finance Seminar
Hybrid cloud for financial sector :: Felix Candelario :: AWS Finance SeminarAmazon Web Services Korea
 
[판교에서 만나는 아마존웹서비스] 새롭게 출시된 AWS 제품 소개
[판교에서 만나는 아마존웹서비스] 새롭게 출시된 AWS 제품 소개[판교에서 만나는 아마존웹서비스] 새롭게 출시된 AWS 제품 소개
[판교에서 만나는 아마존웹서비스] 새롭게 출시된 AWS 제품 소개
Amazon Web Services Korea
 
Journey Through the Cloud - Data Analysis
Journey Through the Cloud - Data AnalysisJourney Through the Cloud - Data Analysis
Journey Through the Cloud - Data Analysis
Amazon Web Services
 
Data Analysis - Journey Through the Cloud
Data Analysis - Journey Through the CloudData Analysis - Journey Through the Cloud
Data Analysis - Journey Through the Cloud
Ian Massingham
 
Cloudformation & VPC, EC2, RDS
Cloudformation & VPC, EC2, RDSCloudformation & VPC, EC2, RDS
Cloudformation & VPC, EC2, RDS
Can Abacıgil
 
Lunch and Learn - Store and Move your Data To & From the AWS Cloud, Markku Le...
Lunch and Learn - Store and Move your Data To & From the AWS Cloud, Markku Le...Lunch and Learn - Store and Move your Data To & From the AWS Cloud, Markku Le...
Lunch and Learn - Store and Move your Data To & From the AWS Cloud, Markku Le...Amazon Web Services
 
Building scalable OTT workflows on AWS - Serverless Video Workflows
Building scalable OTT workflows on AWS - Serverless Video WorkflowsBuilding scalable OTT workflows on AWS - Serverless Video Workflows
Building scalable OTT workflows on AWS - Serverless Video Workflows
Amazon Web Services
 

Similar to Tổng quan về AWS cực hay (20)

Aws101
Aws101Aws101
Aws101
 
AWS Webcast - Explore the AWS Cloud for Government
AWS Webcast - Explore the AWS Cloud for GovernmentAWS Webcast - Explore the AWS Cloud for Government
AWS Webcast - Explore the AWS Cloud for Government
 
Cloud computing-Practical Example
Cloud computing-Practical ExampleCloud computing-Practical Example
Cloud computing-Practical Example
 
Uses, considerations, and recommendations for AWS
Uses, considerations, and recommendations for AWSUses, considerations, and recommendations for AWS
Uses, considerations, and recommendations for AWS
 
AWS Cloud Computing for Startups Werner Vogels -part i
AWS Cloud Computing for Startups   Werner Vogels -part iAWS Cloud Computing for Startups   Werner Vogels -part i
AWS Cloud Computing for Startups Werner Vogels -part i
 
Opportunities that the Cloud Brings for Carriers @ Carriers World 2014
Opportunities that the Cloud Brings for Carriers @ Carriers World 2014Opportunities that the Cloud Brings for Carriers @ Carriers World 2014
Opportunities that the Cloud Brings for Carriers @ Carriers World 2014
 
AWSSummit NYC- KeyNote by Werner Vogels
AWSSummit NYC- KeyNote by Werner VogelsAWSSummit NYC- KeyNote by Werner Vogels
AWSSummit NYC- KeyNote by Werner Vogels
 
Fundamentals of Cloud Computing & AWS
Fundamentals of Cloud Computing & AWSFundamentals of Cloud Computing & AWS
Fundamentals of Cloud Computing & AWS
 
Débuter sur le cloud AWS
Débuter sur le cloud AWSDébuter sur le cloud AWS
Débuter sur le cloud AWS
 
AWS Webcast - What is Cloud Computing?
AWS Webcast - What is Cloud Computing?AWS Webcast - What is Cloud Computing?
AWS Webcast - What is Cloud Computing?
 
AWS Overview - Cloud for the Enterprise - AWS Enterprise Tour - SF - 2010, D...
AWS Overview  - Cloud for the Enterprise - AWS Enterprise Tour - SF - 2010, D...AWS Overview  - Cloud for the Enterprise - AWS Enterprise Tour - SF - 2010, D...
AWS Overview - Cloud for the Enterprise - AWS Enterprise Tour - SF - 2010, D...
 
Werner Vogels
Werner Vogels Werner Vogels
Werner Vogels
 
Introduction of AWS Cloud Computing and its future for Biometric Department
Introduction of AWS Cloud Computing and its future for Biometric DepartmentIntroduction of AWS Cloud Computing and its future for Biometric Department
Introduction of AWS Cloud Computing and its future for Biometric Department
 
Hybrid cloud for financial sector :: Felix Candelario :: AWS Finance Seminar
Hybrid cloud for financial sector :: Felix Candelario :: AWS Finance SeminarHybrid cloud for financial sector :: Felix Candelario :: AWS Finance Seminar
Hybrid cloud for financial sector :: Felix Candelario :: AWS Finance Seminar
 
[판교에서 만나는 아마존웹서비스] 새롭게 출시된 AWS 제품 소개
[판교에서 만나는 아마존웹서비스] 새롭게 출시된 AWS 제품 소개[판교에서 만나는 아마존웹서비스] 새롭게 출시된 AWS 제품 소개
[판교에서 만나는 아마존웹서비스] 새롭게 출시된 AWS 제품 소개
 
Journey Through the Cloud - Data Analysis
Journey Through the Cloud - Data AnalysisJourney Through the Cloud - Data Analysis
Journey Through the Cloud - Data Analysis
 
Data Analysis - Journey Through the Cloud
Data Analysis - Journey Through the CloudData Analysis - Journey Through the Cloud
Data Analysis - Journey Through the Cloud
 
Cloudformation & VPC, EC2, RDS
Cloudformation & VPC, EC2, RDSCloudformation & VPC, EC2, RDS
Cloudformation & VPC, EC2, RDS
 
Lunch and Learn - Store and Move your Data To & From the AWS Cloud, Markku Le...
Lunch and Learn - Store and Move your Data To & From the AWS Cloud, Markku Le...Lunch and Learn - Store and Move your Data To & From the AWS Cloud, Markku Le...
Lunch and Learn - Store and Move your Data To & From the AWS Cloud, Markku Le...
 
Building scalable OTT workflows on AWS - Serverless Video Workflows
Building scalable OTT workflows on AWS - Serverless Video WorkflowsBuilding scalable OTT workflows on AWS - Serverless Video Workflows
Building scalable OTT workflows on AWS - Serverless Video Workflows
 

More from Hoa PN Thaycacac

Vovinam6
Vovinam6Vovinam6
Hồ sơ tài trợ sự kiện nhạc
Hồ sơ tài trợ sự kiện nhạcHồ sơ tài trợ sự kiện nhạc
Hồ sơ tài trợ sự kiện nhạc
Hoa PN Thaycacac
 
Tìm hiểu về Bitcoin
Tìm hiểu về BitcoinTìm hiểu về Bitcoin
Tìm hiểu về Bitcoin
Hoa PN Thaycacac
 
Fremote - Giải pháp làm việc từ xa cho doanh nghiệp
Fremote - Giải pháp làm việc từ xa cho doanh nghiệpFremote - Giải pháp làm việc từ xa cho doanh nghiệp
Fremote - Giải pháp làm việc từ xa cho doanh nghiệp
Hoa PN Thaycacac
 
Use case template
Use case templateUse case template
Use case template
Hoa PN Thaycacac
 
Đường lối chính trị sau thời kỳ đổi mới
Đường lối chính trị sau thời kỳ đổi mớiĐường lối chính trị sau thời kỳ đổi mới
Đường lối chính trị sau thời kỳ đổi mới
Hoa PN Thaycacac
 
How to write Negative Messages
How to write Negative MessagesHow to write Negative Messages
How to write Negative Messages
Hoa PN Thaycacac
 
Amazon's silent rise to the top
Amazon's silent rise to the topAmazon's silent rise to the top
Amazon's silent rise to the top
Hoa PN Thaycacac
 
Tư tưởng Hồ Chí Minh về đại đoàn kết dân tộc và đại đoàn kết quốc tế
Tư tưởng Hồ Chí Minh về đại đoàn kết dân tộc và đại đoàn kết quốc tếTư tưởng Hồ Chí Minh về đại đoàn kết dân tộc và đại đoàn kết quốc tế
Tư tưởng Hồ Chí Minh về đại đoàn kết dân tộc và đại đoàn kết quốc tế
Hoa PN Thaycacac
 
Slide hackathong
Slide hackathongSlide hackathong
Slide hackathong
Hoa PN Thaycacac
 
Estimation guidelines and templates
Estimation guidelines and templatesEstimation guidelines and templates
Estimation guidelines and templates
Hoa PN Thaycacac
 
Tồn Tại Xã Hội & Ý Thức Xã Hội | MLN101
Tồn Tại Xã Hội & Ý Thức Xã Hội | MLN101Tồn Tại Xã Hội & Ý Thức Xã Hội | MLN101
Tồn Tại Xã Hội & Ý Thức Xã Hội | MLN101
Hoa PN Thaycacac
 

More from Hoa PN Thaycacac (12)

Vovinam6
Vovinam6Vovinam6
Vovinam6
 
Hồ sơ tài trợ sự kiện nhạc
Hồ sơ tài trợ sự kiện nhạcHồ sơ tài trợ sự kiện nhạc
Hồ sơ tài trợ sự kiện nhạc
 
Tìm hiểu về Bitcoin
Tìm hiểu về BitcoinTìm hiểu về Bitcoin
Tìm hiểu về Bitcoin
 
Fremote - Giải pháp làm việc từ xa cho doanh nghiệp
Fremote - Giải pháp làm việc từ xa cho doanh nghiệpFremote - Giải pháp làm việc từ xa cho doanh nghiệp
Fremote - Giải pháp làm việc từ xa cho doanh nghiệp
 
Use case template
Use case templateUse case template
Use case template
 
Đường lối chính trị sau thời kỳ đổi mới
Đường lối chính trị sau thời kỳ đổi mớiĐường lối chính trị sau thời kỳ đổi mới
Đường lối chính trị sau thời kỳ đổi mới
 
How to write Negative Messages
How to write Negative MessagesHow to write Negative Messages
How to write Negative Messages
 
Amazon's silent rise to the top
Amazon's silent rise to the topAmazon's silent rise to the top
Amazon's silent rise to the top
 
Tư tưởng Hồ Chí Minh về đại đoàn kết dân tộc và đại đoàn kết quốc tế
Tư tưởng Hồ Chí Minh về đại đoàn kết dân tộc và đại đoàn kết quốc tếTư tưởng Hồ Chí Minh về đại đoàn kết dân tộc và đại đoàn kết quốc tế
Tư tưởng Hồ Chí Minh về đại đoàn kết dân tộc và đại đoàn kết quốc tế
 
Slide hackathong
Slide hackathongSlide hackathong
Slide hackathong
 
Estimation guidelines and templates
Estimation guidelines and templatesEstimation guidelines and templates
Estimation guidelines and templates
 
Tồn Tại Xã Hội & Ý Thức Xã Hội | MLN101
Tồn Tại Xã Hội & Ý Thức Xã Hội | MLN101Tồn Tại Xã Hội & Ý Thức Xã Hội | MLN101
Tồn Tại Xã Hội & Ý Thức Xã Hội | MLN101
 

Recently uploaded

Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
KAMESHS29
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Zilliz
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
DianaGray10
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 

Recently uploaded (20)

Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
RESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for studentsRESUME BUILDER APPLICATION Project for students
RESUME BUILDER APPLICATION Project for students
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1Communications Mining Series - Zero to Hero - Session 1
Communications Mining Series - Zero to Hero - Session 1
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 

Tổng quan về AWS cực hay

  • 1. Tech Mely AWS Cloud Services Technical sharing DucPV - TechMey
  • 2. Tech Mely Agenda Introduction Cloud Computing Introduction Amazon Cloud Introduction AWS Compute Introduction AWS Networking Introduction AWS Database
  • 4. Tech Mely What is a server look like ?  Server room  Hardware (RAM, CPU…)  Network  Electric  Cooling system  …
  • 5. Tech Mely What is Cloud Computing ? Cloud computing is the delivery of computing resources as a service, meaning that the resources are owned and managed by the cloud provider rather than the end user. Benefit of Cloud Computing  Cost savings  Convenient  Safe and Continuous  Easy to implement
  • 6. Tech Mely Cloud Delivery Models  Infrastructure as a Service (IaaS)  Platform as a Service (PaaS)  Software as a Service (SaaS)
  • 9. Tech Mely What is AWS? AWS provides a highly reliable, scalable, low-cost infrastructure platform in the cloud that powers millions of businesses in over 190 countries around the world.  Benefits  Low Cost  Elasticity &Agility  Open & Flexible  Secure  Global Reach
  • 10. Tech Mely AWS Recognized as a Cloud Leader from 2006
  • 12. Tech Mely 81 Availability Zone 25 Regions
  • 15. Tech Mely Availability Zones  Aregion is comprised of multipleAvailability Zones (typically 3)  Fully independent partitions on isolated fault lines, flood plains, and power grids  EachAZ: redundant power and redundant dedicated network  EachAZ: typically multiple data centers  Between AZs: high throughput, low latency (<10ms) network  Between AZs: physical separation < 100km (60mi)
  • 16. Tech Mely AWS Core Infrastructure and Services
  • 20. Tech Mely Amazon EC2 Amazon Elastic Compute Cloud (EC2): Enables you to provision computing environments called instances. With Amazon EC2, you have the flexibility to choose the hardware resources you need.
  • 22. Tech Mely EC2 Operating Systems Supported  Windows 2003R2/2008/2008R2/2012/2012R2/2016/2019  Amazon Linux  Debian  Suse  CentOS  Red Hat Enterprise Linux  Ubuntu for more OSes see: https://aws.amazon.com/marketplace/b/2649367011
  • 23. Tech Mely EC2 AMI  AMI - Instances are based on an Amazon Machine Image - While launching an instance, you may have a specific requirement such as an operating, system, preinstalled software, number of EBS volumes, and their respective size. To cater to such a requirement, AWS uses a feature called AMI. - AMIs are unique to each region
  • 25. Tech Mely EC2 Security Groups  Security Group Rules - Name - Description - Protocol - Port range - IP address, IP range, Security Group name
  • 26. Tech Mely EC2 Pricing  On Demand Instance - This is the most common and flexible pricing option - Pay only for what you use - Stopped instances will not accrue hourly compute costs - Pay by the instance hour  Reserved Instance (RI) - 1 or 3 year commitment  Spot - Useful for “worker pool” scenarios • Transcode, map reduce task nodes
  • 30. Tech Mely AWS Networking Components “Your Virtual Datacenter in the Cloud”  Essential Components: - Subnets - Route Tables - NetworkACLs - Security Groups - Internet Gateways - NAT Gateways
  • 31. Tech Mely Amazon VPC – Virtual Private Cloud  Provision a logically isolated section of theAWS Cloud where you can launch AWS resources in a virtual network that you define.
  • 32. Tech Mely Classless Inter-Domain Routing (CIDR) CIDR is a standard set of IPs used to identify and distribute resources (ex: EC2) in the network
  • 33. Tech Mely Subnet • You can add one or more subnets in each Availability Zone • Subnets are allocated as a subset of the VPC CIDR range
  • 34. Tech Mely Subnet and Route Table • Each subnet can have a unique Route Table • Route Tables direct traffic out of the VPC, towards: - Internet Gateway - Virtual Private Gateway - VPC Endpoints - Direct Connect - VPC Peering • Subnets are named “Public Subnets” when connected to an Internet Gateway
  • 35. Tech Mely Internet Gateway • Connect your VPC Subnets to the Internet • Must be referenced on the Route Table
  • 36. Tech Mely Elastic IPAddress • Static, Public IPv4 address, associated with your AWS account • Can be associated with an instance or network interface • Can be remapped to another instance in your account
  • 37. Tech Mely NAT Gateway • Enable outbound connection to the internet • No incoming connection - useful for OS/packages updates, public web services access • Fully managed byAWS • Highly available • Up to 10Gbps bandwidth • Supports TCP, UDP, and ICMP protocols • NetworkACLs apply to NAT gateway’s traffic
  • 38. Tech Mely VPC Security - Security Groups • Virtual stateful firewall • Inbound and Outbound customer defined rules • Instance/Interface level inspection • Only supports allow rules - Implicit deny all at the end
  • 39. Tech Mely VPC Security - Network Access Control List • Inbound and Outbound • Subnet level inspection • Optional level of security • By default, allow all traffic • Stateless • IP and TCP/UDP port based • Supports allow and deny rules • Deny all at the end
  • 41. Tech Mely AWS Storage Services & Content Delivery
  • 42. Tech Mely Amazon Simple Storage Service (S3)  Storage for the Internet  Natively online, HTTP access  Store and retrieve any amount of data, any time, from anywhere on the web  High Scalable, reliable, fast and durable
  • 43. Tech Mely Amazon S3 Concept  Amazon S3 stores data as objects within buckets  Bucket name is unique in the world  An object is comprised of a file and optionally any metadata that describes that file  You can have up to 100 buckets in each account  You can control access to the bucket and its objects
  • 44. Tech Mely Traditional Platform - Storage Architecture  In the old days... - Hardware acquisition and datacenter space required advanced planning - Disk space and I/O allocation juggling for the entire application lifecycle - Volume and file redundancy not built-in - Capital commitment and refresh budget considerations
  • 45. Tech Mely AWS Instance Volumes and Data Storage  The new [improved] way of doing things... - Elastic pay-as-you-go model - Redundancy and snapshot utilities built-in - NewAPIs and tools simplify application development, administration and data lifecycle management
  • 46. Tech Mely Amazon Glacier  Extremely low-cost storage  Secure, durable storage for data archiving and backup  Optimized for data that is infrequently accessed
  • 47. Tech Mely Amazon Elastic Block Store (EBS)  Persistent block level storage volumes offering consistent and low-latency performance  Automatically replicated within itsAvailability Zone  Snapshots stored durably inAmazon S3
  • 48. Tech Mely Amazon EBS vs Amazon S3
  • 49. Tech Mely Amazon Storage Gateway  Connect an On-premises software appliance with cloud-based storage  Securely upload data to theAWS cloud for cost effective backup and rapid disaster recovery  Mirror your on-premises data toAmazon EC2 instances
  • 50. Tech Mely Amazon Cloud Front  Easy and cost effective way to distribute content to end users  Low latency, high data transfer speeds  Deliver your entire website, including dynamic, static, streaming, and interactive content using a global network of edge locations
  • 53. Tech Mely Traditional Database Architecture App/Web Tier Client Tier RDBMS one database for all workloads
  • 54. Tech Mely AWS Data Tier Architecture App/Web Tier Client Tier On AWS choose best database service for each workload Data Tier Cache Data Warehouse Time Series Blob Store NoSQL RDBMS Quantum Ledger Search
  • 55. Tech Mely AWS Database Services for the Data Tier Data Tier Amazon ElastiCache Amazon Redshift Amazon Timestream Amazon RDS Amazon DynamoDB Neptune / DocumentDB Amazon QLDB Amazon S3 Amazon ElasticSearch logging rich search hot reads analytics complex queries & transactions NoSQL simple query Graph / Key Value / Document
  • 56. Tech Mely Amazon RDS • Easy to setup, operation and scale a relational database • Automatically patches the database software and backup your database • Ability to scale the compute resources or storage capacity associated with your relational database instance via a single API call
  • 57. Tech Mely Amazon RDS Managed relational database service with a choice of popular database engines Easy to administer Easily deploy and maintain hardware, OS and DB software; built-in monitoring Available & durable Automatic Multi-AZ data replication; automated backup, snapshots, and failover Performant & scalable Scale compute and storage with a few clicks; minimal downtime for your application Secure and compliant Data encryption at rest and in transit; industry compliance and assurance programs
  • 58. Tech Mely If you host your databases on-premises… App optimization Scaling High availability Database backups DB s/w patches DB s/w installs OS patches OS installation Server maintenance Rack & stack Power, HVAC, net you
  • 59. Tech Mely If you host your databases in Amazon EC2… OS installation Server maintenance Rack & stack Power, HVAC, net App optimization Scaling High availability Database backups DB s/w patches DB s/w installs OS patches OS installation Server maintenance Rack & stack Power, HVAC, net you
  • 60. Tech Mely If you choose Amazon RDS… Scaling High availability Database backups DB s/w patches DB s/w installs OS patches OS installation Server maintenance Rack & stack Power, HVAC, net App optimization Scaling High availability Database backups DB s/w patches DB s/w installs OS patches OS installation Server maintenance Rack & stack Power, HVAC, net you
  • 61. Tech Mely Key Amazon RDS Features Amazon RDS Configuration Improve Availability Increase Throughput Reduce Latency Push-Button Scaling MultiAZ Read Replicas Provisioned IOPS Read Replicas Push-Button Scaling Provisioned IOPS Region Multi-AZ availability zone availability zone
  • 62. Tech Mely • NoSQL database • Seamless scalability • Zero admin • Single-digit millisecond latency • Multi-Master • Multi-Region • Store any amount of data with no limits • Fast, predictable performance using SSDs • Easily provision and change the request capacity needed for each table Amazon DynamoDB
  • 63. Tech Mely Amazon DynamoDB Highly available and durable Consistently fast at any scale Fully managed Secure Integrates with AWS Lambda, Amazon Redshift, and more Cost-effective
  • 64. Tech Mely Highly available and durable Designed to support 99.99% of availability Built for high durability WRITES 3-way replication Persisted to disk (Custom SSD) READS Strongly or eventually consistent No latency trade-off Data is always replicated to three Availability Zones
  • 65. Tech Mely Highly available and durable Availability Zone A Partition A Host 4 Host 6 Availability Zone B Availability Zone C Partition A Partition C Partition C Partition C Host 5 Partition B Host 1 Host 3 Host 2 Partition B Host 7 Host 9 Host 8 Partition B CustomerOrdersTable Data is always replicated to three Availability Zones 3-way replication OrderId: 1 CustomerId: 1 ASIN: [B00X4WHP5E] Hash(1) = 7B P P a a rr tt it it io io n n A A
  • 66. Tech Mely Backup and Restore The only cloud database to provide on-demand and continuous backups Point in time restore for short term retention and data corruption protection (35 days) Point in time recovery with restore times in a few hours depending on table size On-demand backups for long- term data archival and compliance

Editor's Notes

  1. Một hệ thống server cần những gì ? Phòng đặt server Mua các thiết bị phần cứng Setup mạng Điện Hệ thống làm mát … => Chi phí tốn kém
  2. Là những dịch vụ nền tảng của AWS
  3. 8xlarge: 32 vCPU, 128gb Ram