aws

AWS Config deep dive

AWS Config offers a detailed view of AWS resource configurations in your account.It shows the relationships between resources and tracks their past configurations over time. AWS resources are entities within AWS that users can work with, examples include EC2 instances, EBS volumes, security groups, and VPCs. AWS Config helps users monitor and track changes to …

AWS Config deep dive Read More »

aws solution architect professional certification – Free course part 4 : S3

What is S3 lifecycle policy? AWS S3 lifecycle policy consists of rules applied to a group of objects Two types of actions in a lifecycle policy: Transition actions: Move objects to another storage class after a certain period. Expiration actions: Delete objects after a specified time. Lifecycle policies can: Reduce storage costs by transitioning objects …

aws solution architect professional certification – Free course part 4 : S3 Read More »

Using a secrets manager and SSM Parameter Store in AWS

What is Secrets Manager Secrets Manager is a powerful tool utilized for various purposes, including storing, rotating, monitoring, and controlling access to secrets like database credentials, API keys, and OAuth tokens. The automatic rotation of secrets can be seamlessly achieved using AWS Lambda functions. One of the key advantages of Secrets Manager is that it …

Using a secrets manager and SSM Parameter Store in AWS Read More »

aws solution architect professional certification – Free course part 1

AWS Identity and Access Management (IAM) is a web service provided by Amazon Web Services (AWS) that enables you to manage user identities and their access to AWS resources. IAM allows you to create and manage users, groups, and roles, and define fine-grained permissions and access policies for them. With IAM, you can control who …

aws solution architect professional certification – Free course part 1 Read More »

Scroll to Top