System Operations - Lab 7: Automating Deployments with CloudFormation - 2.5
================================================================================================================== Using this command reference. ================================================================================================================== 1. Locate the section you need. Each section in this file matches a section in the lab instructions. 2. Replace items in angle brackets - < > - with appropriate values. For example, in this command you would replace the value - <JobFlowID> - (including the brackets) with the parameter indicated in the lab instructions: elastic-mapreduce --list <JobFlowID>. You can also use find and replace to change bracketed parameters in bulk. 3. Do NOT enable the Word Wrap feature in Windows Notepad or the text editor you use to view this file. ++++1. Change and Run the AWS CloudFormation Template ++++ ==================================================================================================================
1.1 Add AMI ID Lookup to Template
==================================================================================================================
1.1.1 https://d2lrzjb0vjvpn5.cloudfront.net/sys-ops/v2.5/lab-7-automating/static/Lab-7-Start-CF.template 1.1.4 Copy the new ImageId property code from the command reference file {
"Fn::FindInMap" : [
"AmazonLinuxAMI", {
"Ref" : "AWS::Region"
},
"AMI"
]
} ==================================================================================================================
1.2 Run the Template
==================================================================================================================
1.2.7 https://d2lrzjb0vjvpn5.cloudfront.net/sys-ops/v2.5/lab-7-automating/static/Lab-7-Completed-CF.template ++++2. Update Stack with New Template ++++ ==================================================================================================================
2.1 Add InstanceType Parameter to Template
================================================================================================================== 2.1.1 Copy the BastionInstanceType parameter ,
"BastionInstanceType" : {
"Type" : "String",
"Description" : "The size of the instance to use for the bastion host."
} 2.1.4 Copy the Ref parameter {
"Ref" : "BastionInstanceType"
} ++++3. Challenge Solution: Debugging a CloudFormation Template++++ ==================================================================================================================
3 Challenge Overview
================================================================================================================== URL to download the debug template https://us-west-2-aws-training.s3.amazonaws.com/awsu-ilt/sys-ops/v2.5/lab-7-automating/static/CFDebug.template ==================================================================================================================
3.2 Fixing the Resource Error
================================================================================================================== 3.2.4 Replace the ImageId parameter "ImageId" : {
"Fn::FindInMap" : [
"AmazonLinuxAMI", {
"Ref" : "AWS::Region"
},
"AMI"
]
} © 2016 Amazon Web Services, Inc. or its affiliates. All rights reserved.

最新文章

  1. jdk源码分析ArrayDeque
  2. 《数据结构与算法Python语言描述》习题第二章第三题(python版)
  3. input的实时监控
  4. 简单的jQuery扩展函数-让函数缓冲执行
  5. 如何复制DataRow(dataTabel中的行)
  6. WPF 窗体拖转时不触发MouseLeftButtonUpEvent
  7. IP工具类——IpAddress.java
  8. Sprint5
  9. MyBatis的学习总结三:优化MyBatis配置文件中的配置
  10. wget 测试cdn
  11. LeetCode OJ 100. Same Tree
  12. swift 可选类型(optional)
  13. 如何使用DirectDraw直接显示RGB、YUV视频数据(播放yuv)
  14. 2018-2019-2 《Java程序设计》第8周学习总结
  15. Perl输出复杂数据结构:Data::Dumper,Data::Dump,Data::Printer
  16. servlet设置cookie
  17. sas infile 控制导入长度
  18. lombok使用说明
  19. specialized English for automation-Lesson 2 Basic Circuits of Operational Amplifiers
  20. F、CSL 的神奇序列 【规律】 (“新智认知”杯上海高校程序设计竞赛暨第十七届上海大学程序设计春季联赛)

热门文章

  1. understand equal and gethashcode
  2. codeforces 724D(贪心)
  3. linux驱动之触摸屏驱动程序
  4. MVC+MQ+WinServices+Lucene.Net Demo
  5. winform 使用 ReportViewer做报表
  6. 转---B/S结构JavaEE WebApp的全自动安装包制作心得
  7. 【转载】 Spark性能优化指南——基础篇
  8. eclipse建包出现多层包
  9. python正则表达式
  10. mysql常用操作