How to improve your account security
If you already have one or multiple AWS accounts and you want to improve your security approach you should read this article.
If you already have one or multiple AWS accounts and you want to improve your security approach you should read this article.
In AWS security is the TOP priority, but what do you know about security? How you can secure your AWS solutions? What are the basics and best practices that you need to know? Where to start?
CDK and SAM can be used together to create serverless applications. You will use CDK to define and create your AWS resources, and then you will use SAM to test your serverless resources.
I will show you how you can deploy a SAM project with AWS CodePipeline using the pipeline integration included in the AWS SAM CLI.
SAM (Serverless Application Model) is an open-source framework that you can use to build serverless applications on AWS and I will show you how it works.
I will show you how you can deploy a CDK project using the Developer Tools of AWS, and a different approach to creating it with AWS console and with IaC.
Do you want to know how CDK works and how to deploy it from scratch? I will explain to you how to do it.
I will explain to you all you need to know to deploy a web using AWS Amplify. I did it to deploy the first version of me blog, so I will use it as an example.
Before creating my blog and starting posting I did a lot of research comparing technologies, doing proofs of concept, and it took me weeks to figure out how to do it until I felt comfortable with the solution. Want to know more?