Configuring AWS Control Tower with AWS SSO and Azure AD

Limitations: AWS SSO Limitations: Azure Active Directory (AAD) Limitations: Control Tower Limitations: Miscellaneous Limitations: Considerations: When configuring AWS Control Tower with AWS SSO and Azure Active Directory (AAD), there are several considerations to keep in mind: Configuration: To configure AWS Control Tower with AWS Single Sign-On (SSO) and Azure Active Directory (AAD), you need to… Continue reading Configuring AWS Control Tower with AWS SSO and Azure AD

This is how we hit the limit in Amazon EFS

When we architect the application, it is essential to consider the current metrics and monitoring logs to ensure its design is future-proof. But sometimes, we do not have the necessary logs to make the right decisions. In that case, we will let the application run in an architecture that we think seems optimized – using… Continue reading This is how we hit the limit in Amazon EFS

How to use EFS to store cx_Oracle, Pandas, and other python packages?

This post focuses on how to use the EFS storage to store large packages and libraries like cx_Oracle, pandas, and pymssql and import the packages in AWS Lambda. Considering the Lambda package size limitation that is inclusive of layers, larger functions packages and libraries must be stored outside the Lambda package. There are some steps… Continue reading How to use EFS to store cx_Oracle, Pandas, and other python packages?