Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
AWS Certified SysOps Administrator ??? Associate Guide

You're reading from   AWS Certified SysOps Administrator ??? Associate Guide Your one-stop solution for passing the AWS SysOps Administrator certification

Arrow left icon
Product type Paperback
Published in Jan 2019
Publisher Packt
ISBN-13 9781788990776
Length 584 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Marko Sluga Marko Sluga
Author Profile Icon Marko Sluga
Marko Sluga
Arrow right icon
View More author details
Toc

Table of Contents (26) Chapters Close

Preface 1. Overview of AWS Certified SysOps Administrators and Associated Certification 2. The Fundamentals of Amazon Web Services FREE CHAPTER 3. Managing AWS Security with Identity and Access Management 4. Networking with the Virtual Private Cloud 5. Managing Servers on AWS with Elastic Compute Cloud 6. Handling Server Traffic with Elastic Load Balancing 7. Understanding Simple Storage Service and Glacier 8. Understanding Content Distribution with CloudFront 9. AWS Storage Options 10. Working with the Route 53 Domain Name System 11. Working with Relational Database Services 12. Introduction to ElastiCache 13. Amazon DynamoDB - A NoSQL Database Service 14. Working with Simple Queue Service 15. Handling Messaging with Simple Notification Service 16. Getting Started with Simple Workflow Service 17. Overview of AWS Lambda 18. Monitoring Resources with Amazon CloudWatch 19. Understanding Elastic Beanstalk 20. Automation with the CloudFormation Service 21. Cloud Orchestration with OpsWorks 22. Exam Tips and Tricks 23. Mock Tests 24. Assessments 25. Other Books You May Enjoy

Chapter 20 – Automation with CloudFormation service

  1. A stack.
  2. JSON and YAML.
  3. Use constraints in the Parameters section.
  4. Define the LB URL as an output in the Outputs section.
  5. The deployment is trying to deploy the EC2 and VPC in parallel. Since no VPC exists, the instance creation fails. We can fix this with a DependsOn attribute on the EC2 and RDS instances.
  6. Create roles for each team with the appropriate permissions for the appropriate resources and allow each team to deploy a stack with the resources that they're responsible for.
  7. Determine whether the AWS CLI commands can be written into CloudFormation templates. Store the templates with the code. Provide the location of the templates to the CI server and let the CI server push the template to CloudFormation as a preceding step to the installation of the code on the servers.
...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime