- AWS Administration Cookbook
- Lucas Chan Rowan Udell
- 73字
- 2021-07-09 18:18:30
Circular dependencies
Something to keep in the back of your mind is that you may run in to a circular dependency scenario, where multiple resources depend on each other for creation. A common example is where two security groups reference each other in order to allow access between themselves.
A workaround for this particular scenario is to use the AWS::EC2::SecurityGroupEgress and AWS::EC2::SecurityGroupIngress types instead of the ingress and egress rule types for AWS::EC2::SecurityGroup.
推薦閱讀
- R Data Mining
- Hadoop 2.x Administration Cookbook
- Matplotlib 3.0 Cookbook
- ROS機器人編程與SLAM算法解析指南
- 大數據挑戰與NoSQL數據庫技術
- PHP開發手冊
- Visual Basic從初學到精通
- Windows環境下32位匯編語言程序設計
- 大數據時代
- JSP從入門到精通
- Linux:Powerful Server Administration
- Machine Learning with the Elastic Stack
- 筆記本電腦維修90個精選實例
- Mastering pfSense
- Working with Linux:Quick Hacks for the Command Line