Managing authentication protocols is huge task, requiring admins to maintain a list of acceptable users, validate permissions on an ongoing basis for each user, prune users that don’t need access, and even periodically recycle token- and certificate-based access.
aws
How to associate elastic IP to Bastion server created by using kops cluster.yaml template
Your source code is in bitbucket and your bitbucket setting requires whitelisting of server IP. You want to clone the repo on bastion server.
How to install kops, kubectl using additionalUserData in kops cluster.yaml template
Additional user-data can be passed to the host provisioning by setting the additionalUserData field.
How to create AWS Kubernetes cluster using kops cluster template
You can install a Kubernetes cluster on AWS using a tool called kops. kops provisions fully automated installation of cluster.
How to import CSV file data into a PostgreSQL table (AWS RDS) using psql command
You can use psql command to import CSV data file to automate the process of importing data.
Using Win 10 server how to create Kubernetes cluster (in AWS) using kops in Existing VPC
You can create kubernetes cluster using kops command in your existing VPC and hosted zone. Kops will create rest of the required AWS resources.
How to Stream Data from Amazon DynamoDB to Amazon S3 using AWS Lambda and Amazon Kinesis Firehose and analyse using Microsoft Power BI
With DynamoDB Streams and the data-transformation feature of Amazon Kinesis Firehose, you have a powerful and scalable way to replicate data from DynamoDB into data sources such as S3 and then analyse using Power BI
How to integrate Azure Repos Git with AWS CodePipeline
This blog post will cover how to integrate AWS CodePipeline with Azure Repos Git.
How to connect Visual Studio to AWS using AWS_SESSION_TOKEN of AWS SSO user
The user portal offers a single place to access all their assigned AWS accounts and applications. To access the AWS account or Applications, user logs into user portal.
How to use CodePipeline to protect CloudFormation resources when updating the Stack
In this article we will see how CodePipeline can be used to execute this stack policy every time new Stack is Created.