2021-06-19から1日間の記事一覧

Serverless Framework (CloudFormation) で PostgreSQL をインストールした EC2 インスタンスを起動する

service: サービス名 provider: name: aws region: ap-northeast-1 iam: role: name: ロール名 statements: - Effect: "Allow" Action: - "ec2:RunInstances" resources: Resources: PostgreSQLInstance: Type: 'AWS::EC2::Instance' Properties: ImageId: a…