Search icon CANCEL
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 Cloud Practitioner Study Guide: CLF-C01 Exam

You're reading from   AWS Certified Cloud Practitioner Study Guide: CLF-C01 Exam Set yourself apart by becoming an AWS Certified Cloud Practitioner

Arrow left icon
Product type Paperback
Published in Jul 2019
Publisher Wiley
ISBN-13 9781119490708
Length 304 pages
Edition 1st Edition
Tools
Arrow right icon
Authors (2):
Arrow left icon
Ben Piper Ben Piper
Author Profile Icon Ben Piper
Ben Piper
David Clinton David Clinton
Author Profile Icon David Clinton
David Clinton
Arrow right icon
View More author details
Toc

Table of Contents (24) Chapters Close

1. Cover
2. Acknowledgments FREE CHAPTER
3. About the Authors
4. Table of Exercises
5. Introduction
6. Assessment Test
7. Answers to Assessment Test
8. Chapter 1 The Cloud 9. Chapter 2 Understanding Your AWS Account 10. Chapter 3 Getting Support on AWS 11. Chapter 4 Understanding the AWS Environment 12. Chapter 5 Securing Your AWS Resources 13. Chapter 6 Working with Your AWS Resources 14. Chapter 7 The Core Compute Services 15. Chapter 8 The Core Storage Services 16. Chapter 9 The Core Database Services 17. Chapter 10 The Core Networking Services 18. Chapter 11 Automating Your AWS Workloads 19. Chapter 12 Common Use-Case Scenarios 20. Index
21. Advert
22. End User License Agreement
Appendix A Answers to Review Questions 1. Appendix B Additional Services

CloudFormation

CloudFormation automatically creates and configures your AWS infrastructure from code that defines the resources you want it to create and how you want those resources configured.

Templates

The code that defines your resources is stored in text files called templates. Templates use the proprietary CloudFormation language, which can be written in JavaScript Object Notation (JSON) or YAML format.

Templates contain a description of the AWS resources you want CloudFormation to create, so they simultaneously function as infrastructure documentation. Because templates are files, you can store them in a version-controlled system such as an S3 bucket or a Git repository, allowing you to track changes over time.

You can use the same template to build AWS infrastructure repeatedly, such as for development or testing. You can also use a single template to build many similar environments. For example, you can use one template to create identical resources for both production and...

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