Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AWSinAction/code2
Code of Amazon Web Services in Action, Second Edition
https://github.com/AWSinAction/code2
amazon-web-services aws manning
Last synced: 3 months ago
JSON representation
Code of Amazon Web Services in Action, Second Edition
- Host: GitHub
- URL: https://github.com/AWSinAction/code2
- Owner: AWSinAction
- License: mit
- Archived: true
- Created: 2017-07-25T05:08:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:35:11.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T06:26:41.864Z (7 months ago)
- Topics: amazon-web-services, aws, manning
- Language: JavaScript
- Homepage: https://bit.ly/amazon-web-services-in-action-2nd-edition
- Size: 15.4 MB
- Stars: 182
- Watchers: 19
- Forks: 107
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amazon Web Services in Action, Second Edition
![Cover of Amazon Web Services in Action, Second Edition](https://images.manning.com/720/960/resize/book/2/2e8abe8-aa59-434f-bbbe-57e4cac9e09f/Wittig-Amazon-2ed-MEAP-HI.png)
Code of [Amazon Web Services in Action, Second Edition](http://bit.ly/amazon-web-services-in-action-2nd-edition)
## About the book
Amazon Web Services in Action, Second Edition is a comprehensive introduction to computing, storing, and networking in the AWS cloud. You'll find clear, relevant coverage of all the essential AWS services you to know, emphasizing best practices for security, high availability and scalability. The practical, hands-on examples include different approaches to deploying applications on AWS, how to secure your infrastructure by isolating networks, and controlling traffic and managing access to AWS resources. You'll also learn to integrate AWS services into your own applications using SDKs and gain handy ideas on how to design applications for high availability, fault tolerance, and scalability.
Fully updated to include the latest revisions and updates to AWS; this new edition also offers three new chapters covering the latest additions to the AWS platform: serverless infrastructure automation with AWS Lambda, sharing data volumes between machines with EFS, and caching data in memory with ElastiCache!
## Code examples by chapter
* 02 [A simple example: WordPress on AWS in five minutes](./chapter02)
* 03 [Using virtual machines: Amazon EC2](./chapter03)
* 04 [Programming your infrastructure: the command-line interface, SDKs, and AWS CloudFormation](./chapter04)
* 05 [Deploying apps onto virtual machines: AWS CloudFormation, AWS Elastic Beanstalk, and AWS OpsWorks](./chapter05)
* 06 [Securing your system: AWS IAM, security groups, and Amazon VPC](./chapter06)
* 07 [Automating operational tasks with AWS Lambda](./chapter07)
* 08 [Storing your objects: Amazon S3 and Amazon Glacier](./chapter08)
* 09 [Storing your data on hard drives: Amazon EBS and instance store](./chapter09)
* 10 [Sharing data volumes between machines: Amazon EFS](./chapter10)
* 11 [Using a relational database service: Amazon RDS](./chapter11)
* 12 [Caching data in memory: Amazon ElastiCache](./chapter12)
* 13 [Programming for the NoSQL database service: Amazon DynamoDB](./chapter13)
* 14 [Making your infrastructure highly available: availability zones, auto-scaling, and Amazon CloudWatch](./chapter14)
* 15 [Decoupling your infrastructure: Elastic Load Balancing and Amazon Simple Queue Service](./chapter15)
* 16 [Designing for fault tolerance](./chapter16)
* 17 [Scaling up and down: auto-scaling and Amazon CloudWatch](./chapter17)## About the authors
Andreas Wittig and Michael Wittig are software engineers and consultants focused on AWS and web development. They migrated the first bank in Germany to AWS along with other heavily regulated businesses with legacy applications.