This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [padok] | |
| aws_access_key_id = AKIA2EKSU7Q0RUO9M5WI | |
| aws_secret_access_key = W8uVHOrecDxuufuSeY2OjYcGIemcxHz4KH9QsHKr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.logentries.mq; | |
| import java.util.ArrayList; | |
| import java.util.List; | |
| import org.slf4j.Logger; | |
| import org.slf4j.LoggerFactory; | |
| import com.logentries.api.Batch; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| schemaVersion: '0.3' | |
| description: Updates a Microsoft Windows AMI. By default it will install all Windows | |
| updates, Amazon software, and Amazon drivers. It will then sysprep and create a | |
| new AMI. Supports Windows Server 2008 R2 and greater. | |
| assumeRole: "{{ AutomationAssumeRole }}" | |
| parameters: | |
| SourceAmiId: | |
| type: String | |
| description: "(Required) The source Amazon Machine Image ID." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| a4b.amazonaws.com | |
| acm-pca.amazonaws.com | |
| acm.amazonaws.com | |
| alexa-appkit.amazon.com | |
| alexa-connectedhome.amazon.com | |
| amazonmq.amazonaws.com | |
| apigateway.amazonaws.com | |
| appflow.amazonaws.com | |
| application-autoscaling.amazonaws.com | |
| appstream.application-autoscaling.amazonaws.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import * as cdk from '@aws-cdk/core'; | |
| import * as ec2 from '@aws-cdk/aws-ec2'; // import ec2 library | |
| import * as iam from '@aws-cdk/aws-iam'; | |
| import * as elbv2 from '@aws-cdk/aws-elasticloadbalancingv2'; | |
| import * as elbvtargets from '@aws-cdk/aws-elasticloadbalancingv2-targets'; | |
| import * as ssm from '@aws-cdk/aws-ssm'; | |
| import * as kms from '@aws-cdk/aws-kms'; | |
| export class InfraCdkappMysqlStack extends cdk.Stack { |
OlderNewer