Categories
aws cloud

Managing User Session Access to Instances in AWS via Session Manager

This is just another approach to grant access to instances via Session Manager. The most common  way is SSH via a key-pair. 1. Create a Policy The policy below can be attached to a group. This group of users will then be able to connect to any instance that has the tag “Environment”: “Development”. You […]

Categories
aws

Simple trick to disable AWS Elastic Beanstalk from running npm install

I have a react application that I want hosted on AWS Elastic Beanstalk, from here on I will refer to Elastic Beanstalk as EB.  The apps Continuous Integration/Continuous Deployment pipeline is running on  AWS CodePipeline, Code Build and Code Deploy.  These are all managed services offered from AWS. When I push a commit to github […]

Categories
aws

Medium Post – AWS Amplify Console and Triggering a Build from an API Endpoint

I will occasionally write posts on medium, check out the latest one.AWS Amplify Console and Triggering a Build from an API Endpoint