How To Create A LAMP Stack In AWS Using Python Boto3

How to create a LAMP stack in AWS using Python Boto3 Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed boto3 clients. https://cloudaffaire.com/boto3-clients/ In this blog post, we will discuss how to create a LAMP stack in AWS using Python Boto3. In this demo, we are going to install Apache webserver with PHP and MySQL support on your Amazon Linux instance (sometimes called a LAMP web…

1 Comment

Boto3 Resources

Boto3 resources Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to configure Python Boto3 SDK for AWS. https://cloudaffaire.com/how-to-configure-python-boto3-sdk-for-aws/ In this blog post, we will discuss boto3 resources. What are resources? Resources represent an object-oriented interface to Amazon Web Services (AWS). They provide a higher-level abstraction than the raw, low-level calls made by service clients. Every resource instance has a number of attributes and methods.…

Comments Off on Boto3 Resources