首页 > TAG信息列表 > CloudFormation

[AWS] CloudFormation Template Connect Github Version 2 Using CodeStar

Using CloudFormation template to create CodePipeline should be the best practice to maintain a pipeline. There are a lot of posts or videos online that can teach you how to do it, for example, this youtube video. The above tutorial is very good to teach y

AWS 25 Cloud_Development_Kit(CDK)

AWS Cloud Development Kit AWS云开发工具包(CDK) •使用熟悉的语言定义云基础设施:•JavaScript/TypeScript、Python、Java和 .NET•包含称为constructs的高级组件•代码被“编译”成CloudFormation模板(JSON/YAML)•因此,您可以同时部署基础架构和应用程序运行时代码 •非常适合Lambda

AWS 18 AWS_CloudFormation

作为代码的基础设施 •目前,我们已经做了大量的手工工作 •所有这些手工工作都很难复制: •在另一个地区 •在另一个AWS账户中 •如果删除了所有内容,则在同一区域内 •如果我们所有的基础设施都是……代码,那不是很棒吗?•该代码将被部署并创建/更新/删除我们的基础设施--------------

AWS CloudFormation

模板 CloudFormation 模板是 JSON 或 YAML 格式的文本文件。您可以使用任何扩展名(如 .json、.yaml、.template 或 .txt)保存这些文件。CloudFormation 将这些模板作为蓝图以构建 AWS 资源。例如,在模板中,您可描述 Amazon EC2 实例,如实例类型、AMI ID、块储存设备映射和其 Amazon EC2

Cloudformation

Resources:   PubPrivateVPC:     Type: 'AWS::EC2::VPC'     Properties:       CidrBlock: 192.168.0.0/24       Tags:         - Key: Name           Value: Liu-Cloud9-Vpc   PublicSubnet1:     Type: 'AWS::EC2::Subnet'     Properties:  

AWS Cloudformation 三层网络架构(源代码)

写在开头,第一次使用Cloudformation勿喷 文档:三层网络架构 (有道云笔记) 链接:https://note.youdao.com/ynoteshare1/index.html?id=45b63ca8dfe5c456b649af3cab97e2af&type=note   文档:三层网络架构+EC2 .bs (有道云笔记) 链接:http://note.youdao.com/noteshare?id=da9fab45c7

[AWS] Introduction to CloudFormation

What is CloudFormation Create: Create aws infrastructure based on a template/blueprint Update: update the aws infrastructure Delete: can any aws infrastructure you've created   Terminology Change Set Before updating a Stack, you can generate a chan

Comparisons Serverless

https://www.serverless.com/learn/comparisons/ Docker Docker packages software into standardized units (containers) to make it easier to manage application dependencies and avoid the "works on my machine" problem. Many people use conta

AWS Cloudformation - Designer 的使用

今天豆子尝试着使用Cloudformation Designer来创建一个Template 文件。Designer对于初学者还是很有帮助的,一方面可以通过可视界面拖动Resource,另外可以按住Ctrl+Space 来提示对应的Property里面可以配置哪些东西。还可以直接拖动线条来实现依赖关系。当然最重要的一点是可以帮忙进

AWS-基础架构自动化的编排工具-AWS CDK介绍

原文链接:https://amazonaws-china.com/cn/blogs/china/boost-your-infrastructure-with-cdk/ 最近几年,很多团队都在采用基础设施即代码 (IaC)。它使基础设施的预置变得更加轻松,并有助于保持环境的一致性。 但是,由于使用声明式模板,您可能还未掌握“常见”