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 […]
Author: aldomatic
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 […]
I will occasionally write posts on medium, check out the latest one.AWS Amplify Console and Triggering a Build from an API Endpoint