Skip to content
Menu
Tech Automation Blog
  • About Author
  • Contact
Tech Automation Blog

Tag: SDK

AWS IAM User access review

Posted on May 3, 2020January 20, 2022

As an Administrator you provide access to AWS environment to developers and other business users to enable them doing their work . However, it is always recommended to go back and review IAM(Identity and Access Management) entities, such as, users, roles, policies etc. to make sure, they are set up with right set of permissions….

AWS EC2 Cost and Usage report

Posted on September 16, 2019February 27, 2022

AWS provides a nice service called Cost Explorer to generate different AWS expense reports based on different filters and time range. It has a very easy to use interface to visualize cost and usage data through graphs as well as raw CSV data. You may refer AWS documentation to know how to use Cost Explorer…

AWS DynamoDB complete inventory using Powershell

Posted on August 21, 2019February 27, 2022

Amazon DynamoDB is a cloud based no-SQL key-value and document database. It is a very high performance and scalable database service from Amazon. Please refer here for more information. Refer my post here if you are want to generate an inventory of Relational Database System(RDS) by Amazon. The script I am providing below will help…

AWS RDS complete inventory using Powershell

Posted on August 21, 2019February 27, 2022

Following definition of Amazon Relational Database Service (RDS) is taken from AWS documentation for RDS. Please refer here for more information – “Amazon Relational Database Service (Amazon RDS) makes it easy to set up, operate, and scale a relational database in the cloud. It provides cost-efficient and resizable capacity while automating time-consuming administration tasks such…

AWS ELB complete inventory using Powershell

Posted on August 19, 2019February 27, 2022

Following definition of Amazon Elastic Load Balancing is taken from AWS documentation for ELB. Refer here for  more information – “Elastic Load Balancing automatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, IP addresses, and Lambda functions. It can handle the varying load of your application traffic in a single…

AWS Elastic IP Address complete inventory using Powershell

Posted on August 19, 2019February 27, 2022

Amazon Elastic IP address is static IPV4 Address in aws account. Any back-end failure of instance or software can be remapped with another instance or software by keeping same IP address. Refer here for more information about aws Elastic IP Address. Following script generates inventory of EIP in an aws account. It assumes, you have…

©2025 Tech Automation Blog | Powered by SuperbThemes