
AWS
小朋友2D
nobody
展开
-
AWS知识点笔记
Interface EndpointGateway EndpointWhatElastic Network Interface with a Private IPA gateway that is target for a specific routeHowUses DNS entries to redirect trafficUses prefix lists in the route table to redirect trafficWhich services...原创 2020-11-26 11:32:26 · 389 阅读 · 0 评论 -
AWS认证解决方案架构助理 - AWS Lambda笔记
计算服务的演进AWS公有云基础设施容器ContainersServerless(物理基础设施交由AWS进行托管,只需要关注代码逻辑)资源预配置和使用率可靠性和容错扩展性运维和管理事件驱动 Event Driven事件驱动 -> 持续自动扩展(λ)-> 按使用量付费(代码执行时间,使用力度,etc.)代码只在需要的时候执行,并自动缩放Lambda使用场景S3 + λ = Dynamic data ingestion图片压缩,视频转码,文建索引,日志处理,原创 2020-11-09 20:49:46 · 277 阅读 · 0 评论 -
AWS认证解决方案架构助理 - AWS CloudFront笔记
Content Delivery Network(CDN)Creates cached copies of your website at various edge locations around the world.Content Delivery Network (CDN)A CDN is a distributed network of servers which delivers web pages and content to users based on their geographic原创 2020-07-16 14:51:09 · 749 阅读 · 0 评论 -
EC2安装Docker报错:Requires: container-selinux
https://stackoverflow.com/questions/60690568/unable-to-install-docker-on-aws-linux-ami转载 2020-07-14 14:39:20 · 277 阅读 · 0 评论 -
AWS认证解决方案架构助理 - AWS EFS笔记
Elastic File System (EFS)Stable, elastic, cloud-native NFS file system.Attach a single file system to multiple EC2 InstancesDon’t worry about running out or managing disk space.EFS is a file storage service for EC2 instances.Storage capacity grows (up原创 2020-07-09 19:11:56 · 582 阅读 · 0 评论 -
AWS认证解决方案架构助理 - AWS EC2笔记
Cloud Computing ServiceChoose your OS, Storage, Memory, Network Throughput.Launch and SSH into your server within minutes.Elastic Compute Cloud (EC2) is a highly configurable server.EC2 is resizable compute capacity. It takes minutes to launch new inst原创 2020-07-03 15:34:16 · 4347 阅读 · 0 评论 -
AWS认证解决方案架构助理 - AWS DNS笔记
Domain Name SystemThe Phonebooke of the InternetDNS translates domain names to IP address, so browsers can find Internet resources.Domain Name System(DNS) is the service which handles coverting a domain name into a routable Internet Protocol (IP) addres原创 2020-07-01 18:34:03 · 1866 阅读 · 0 评论 -
AWS认证解决方案架构助理 - AWS CLI笔记
AWS Command Line InterfaceControl multiple AWS services from the command line and automate them through scripts.The CLI lets you interact with AWS from anywhere by simply using a command line.You can from the CLI perform action such as:List buckets, u原创 2020-07-01 16:21:50 · 223 阅读 · 0 评论 -
AWS认证解决方案架构助理 - AWS Cognito笔记
Decentralized Managed Authentication.Sign-up, sign-in integration for your apps.Social identity provider. eg. Facebook, Google.Cognito User PoolsUser directory with authentication to IdP to grant access to your appCognito Identity PoolsProvide te原创 2020-06-19 15:38:37 · 635 阅读 · 0 评论 -
AWS认证解决方案架构助理 - AWS IAM笔记
Identity Access ManagementManages access of AWS users and resources.Core ComponentsIAM allows management of access of users and resources.IAM IdentitiesIAM UsersEnd users who log into the console or interact with AWS resource programmaticallyIAM原创 2020-05-28 18:03:08 · 592 阅读 · 0 评论 -
AWS认证解决方案架构助理 - AWS VPC笔记
Virtual Private CloudProvision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define.Think of a AWS VPC as your own personal data center. Gives you complete control over your virtual network原创 2020-05-25 15:47:25 · 1041 阅读 · 0 评论 -
AWS认证解决方案架构师助理 - AWS Snowball笔记
Snowball - Large Scale Transport (physical data transport service)Low CostIt cost thousands of dollars to transfer 100TB over high speed internet. Snowball can reduce that cost by 1/5th.SpeedIt can take 100TB over 100 days to transfer over high spe原创 2020-05-22 18:08:54 · 567 阅读 · 0 评论 -
AWS认证解决方案架构师助理 - AWS S3笔记
S3 (Simple Storage Service)object-based storage serviceserverless storage in the cloudDon’t worry about file systems or disk spacewhat is object storage?data storage architecture that manages d...原创 2020-05-06 14:16:37 · 767 阅读 · 0 评论