OpenID Connect v1 on top of OAuth 2.0 authorization code grant flow with JWT's

Here is the OpenId Connect v1.0 OAuth 2.0 authorization code grant flow implemented in Cognito. 1. Passing Data to the a Cognito Endpoint and loading

by Abel Kecse • 6 min read

Don't use access keys: Setting up AWS developer tools to use SSO

Setting up the AWS CDK to use SSO (IAM Identity Center token provider credentials with automatic authentication refresh) When developing ( deploying C

by Abel Kecse • 4 min read

Create a Budget, add an Alert to stop specifc compute resource if a usage treshold is reached.

Let's suppose we launched two EC2 instanced and when creating them we assigned a tag to them. Tag key: "ShouldStop" Tag value: "true" And we want to s

by Abel Kecse • 3 min read

Providing permissions that expire for other users to use your AWS account - Part 1 IAM roles for a single AWS account without using Identity Center.

Let's suppose. that we have a single AWS account and we have two employees Adebukula Adesanya and Maria Águila, the Maria Águila should have all the a

by Abel Kecse • 6 min read

AWS Private Cloud - How to block unsolicited connections from internet devices?

Let's suppose we have a multilayer application with a frontend server and a backend server. We want to migrate it to AWS Cloud but would like the back

by Abel Kecse • 2 min read