All Projects → stelligent → Devops Essentials

stelligent / Devops Essentials

Licence: mit
Source code samples for DevOps Essentials on AWS Complete Video Course

Projects that are alternatives of or similar to Devops Essentials

Autospotting
Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
Stars: ✭ 2,014 (+1308.39%)
Mutual labels:  cloudformation, amazon-web-services
eks-deep-dive-2019
Amazon EKS Deep Dive 2019
Stars: ✭ 61 (-57.34%)
Mutual labels:  cloudformation, amazon-web-services
Aws Cf Templates
A cloudonaut.io project. Engineered by widdix.
Stars: ✭ 2,399 (+1577.62%)
Mutual labels:  cloudformation, amazon-web-services
Aws Sdk Perl
A community AWS SDK for Perl Programmers
Stars: ✭ 153 (+6.99%)
Mutual labels:  cloudformation, amazon-web-services
serverless-data-pipeline-sam
Serverless Data Pipeline powered by Kinesis Firehose, API Gateway, Lambda, S3, and Athena
Stars: ✭ 78 (-45.45%)
Mutual labels:  cloudformation, amazon-web-services
Docs
Rapid CloudFormation: Modular, production ready, open source.
Stars: ✭ 209 (+46.15%)
Mutual labels:  cloudformation, amazon-web-services
cfn-cheapest-nat
Cheapest AWS VPC NAT.
Stars: ✭ 38 (-73.43%)
Mutual labels:  cloudformation, amazon-web-services
aws-cfn-custom-resource-lambda-edge
🏗 AWS CloudFormation custom resource that allows deploying Lambda@Edge from any region
Stars: ✭ 19 (-86.71%)
Mutual labels:  cloudformation, amazon-web-services
monitoring-jump-start
Monitor AWS resources with ease
Stars: ✭ 67 (-53.15%)
Mutual labels:  cloudformation, amazon-web-services
AutoSpotting
Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
Stars: ✭ 2,058 (+1339.16%)
Mutual labels:  cloudformation, amazon-web-services
Cfn Create Or Update
Create or update CloudFormation stack also if no updates are to be performed.
Stars: ✭ 59 (-58.74%)
Mutual labels:  cloudformation, amazon-web-services
Aws Auto Terminate Idle Emr
AWS Auto Terminate Idle AWS EMR Clusters Framework is an AWS based solution using AWS CloudWatch and AWS Lambda using a Python script that is using Boto3 to terminate AWS EMR clusters that have been idle for a specified period of time.
Stars: ✭ 21 (-85.31%)
Mutual labels:  cloudformation, amazon-web-services
Perun
A command-line validation tool for AWS Cloud Formation that allows to conquer the cloud faster!
Stars: ✭ 82 (-42.66%)
Mutual labels:  cloudformation, amazon-web-services
Serverless static website with basic auth
Builds a serverless infrastructure in AWS for hosting a static website protected with Basic Authentication and published on a subdomain registered via Route 53
Stars: ✭ 112 (-21.68%)
Mutual labels:  cloudformation
Kumogata
Kumogata is a tool for AWS CloudFormation. It can define a template in Ruby DSL.
Stars: ✭ 128 (-10.49%)
Mutual labels:  cloudformation
Athena Express
athena-express makes it easier to execute SQL queries on Amazon Athena by chaining together a bunch of methods in the AWS SDK. This allows you to execute SQL queries AND fetch JSON results in the same synchronous call - well suited for web applications.
Stars: ✭ 111 (-22.38%)
Mutual labels:  amazon-web-services
Aws Sdk Ios
AWS SDK for iOS. For more information, see our web site:
Stars: ✭ 1,524 (+965.73%)
Mutual labels:  amazon-web-services
Amazonbigspider
😱Full Automatic Amazon Distributed Spider | 亚马逊分布式四国际站采集选款产品|账号admin,密码adminadmin
Stars: ✭ 140 (-2.1%)
Mutual labels:  amazon-web-services
Sumologic Aws Lambda
A collection of lambda functions to collect data from Cloudwatch, Kinesis, VPC Flow logs, S3, security-hub and AWS Inspector
Stars: ✭ 126 (-11.89%)
Mutual labels:  cloudformation
Aws Cloudformation Github Deploy
Deploys AWS CloudFormation Stacks
Stars: ✭ 105 (-26.57%)
Mutual labels:  cloudformation

DevOps Essentials on AWS

"Continuous delivery is a DevOps software development practice where code changes are automatically built, tested, and prepared for a release to production. It expands upon continuous integration by deploying all code changes to a testing environment and/or a production environment after the build stage. When continuous delivery is implemented properly, developers will always have a deployment-ready build artifact that has passed through a standardized test process." Source

AWS CodePipeline (along with other AWS Developer Tools such as AWS CodeCommit, AWS CodeBuild, and AWS CodeDeploy) is a fully-managed service for orchestrating continuous delivery. In DevOps Essentials on AWS Complete Video Course, you'll learn how to continuous delivery pipelines using AWS services and tools so if you're some type of software or DevOps-focused engineer or architect interested in learning how to use AWS Developer Tools to create a full-lifecycle software delivery solution, it's the course for you. The focus of the course is on deployment pipeline architectures and its implementations versus software architectures.

Launch Stack

To launch the first solution (i.e. a static website to S3), you'll need to specify a unique S3 bucket name for the website bucket that will be created along with a GitHub token. Review and ensure you've configured the Prerequisites before launching the stack below.

Launch CFN stack

The CloudFormation template is available here.

Samples

In the course, there are over seven DevOps on AWS solutions you can launch at the click of a button. To learn more, go to Samples.

Here's the DevOps Essentials on AWS Complete Video Course website.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].