AWS - ELK
The ELK stack Elasticsearch log analytics and search use cases Logstash collect data Kibana visualization and reporting tool AWS Elasticsearch Service ...
The ELK stack Elasticsearch log analytics and search use cases Logstash collect data Kibana visualization and reporting tool AWS Elasticsearch Service ...
[toc] Template - setup VPC_Single_Instance_In_Subnet AWS CloudFormation Sample Template VPC_Single_Instance_In_Subnet: create a VPC and add an EC2 instance with an Elastic IP address and a s...
[toc] Template - setup S3_Website_Bucket_With_No_Retain_On_Delete S3_Website_Bucket_With_No_Retain_On_Delete: create a publicly accessible S3 bucket configured for website access with no d...
[toc] Template - Nested Stack // root.json { "AWSTemplateFormatVersion" : "2010-09-09", "Resources" : { "myStack" : { "Type" : "AWS::CloudFormation::Stack", "Pro...
[toc] CloudFormationTemplate.yml AWSTemplateFormatVersion: 2010-09-09 Description: Template to create an EC2 instance and enable SSH Parameters: KeyName: Description: Name of SSH KeyPai...
[toc] Template setup EC2forCodeBuild Automate provisioning of CodeBuild with CodePipeline, CodeCommit, and CodeDeploy. WARNING This template creates one or more Amazon EC2 instances. You will ...
[toc] ref aws doc Lambda AWS::Lambda::Function AWS::Lambda::Function To create a function, you need a deployment package and an execution role. The deployment...
[toc] ref AWSdoc AWS::IAM AWS::IAM::User Declaring an IAM user resource The policy document named giveaccesstoqueueonly gives the user permission to perform all ...
[toc] ref aws doc Deploy Managed Config Rules using CloudFormation and CodePipeline config step1 add a new custom AWS Config rule must first create the AWS L...
[toc] AWS CloudFormation Infrastructure as code solution. benefits manage, configure and provision the AWS infrastructure as code repeatedly and predictably model...
AWS ElasticBeanstalk  basics benefits Blue/green deployment Elastic Beanstalk for docker AWS ElasticBeanstalk  basics AWS compute serv...
appspec.yml Template # example from AWS WhitePaper, no real credential inside version:[1]version-number # version: 0.0 os:[1]operating-system-name # os: li...
CodeDeploy Benefits of AWS CodeDeploy Overview of CodeDeploy compute platforms 1. EC2/On-Premises compute platform 2. AWS Lambda 3. A...
buildspec.yml Template buildspec.yml Template # example from AWS WhitePaper, no real credential inside, no real credential inside version: 0.2 #env: #variables: # key: "value" ...
[toc] dockerfile Template # example from AWS WhitePaper, no real credential inside FROM ubuntu:12.04 # Install dependencies RUN apt-get update -y RUN apt-get install -y apache2 # Install apa...