Does QuickSight increase CloudTrail cost? In short, it does. But it could be either minor or major. It really depends on your use case. As mentioned in another post AWS Cost Anomaly Detection, we noticed a dramatic CloudTrail cost in one of our AWS accounts. After some diggings, it turns out it was caused by … Continue reading Why QuickSight increases CloudTrail cost so much?
Tag: AWS
Updates to Exposed Access Keys check in Trusted Advisor
Since April 25, 2002, Trusted Advisor refreshes Exposed Access Keys (check ID: 12Fnkpl8Y5) check automatically. This check can't be refreshed manually from the Trusted Advisor console or the AWS Support API (you will get the response saying the check is not refreshable). If you created your AWS account after April 25, 2022, the check results … Continue reading Updates to Exposed Access Keys check in Trusted Advisor
AWS Cost Anomaly Detection
Overview AWS Cost Anomaly Detection is an AWS Cost Explorer feature that uses machine learning to continuously monitor your cost and usage to detect unusual spends. Using AWS Cost Anomaly Detection includes the following benefits: Receive alerts individually in aggregated reports. You can receive alerts in an email or an Amazon SNS topic.Evaluate your spend patterns using machine … Continue reading AWS Cost Anomaly Detection
AWS Quiz App
As a learning practice, I created a small application that picks random questions from AWS Knowledge Centre. I have not polished the UI yet, so it looks a bit ugly 😉 But it does what I need - Test myself with a couple random AWS questions. Give it a go if you would like to … Continue reading AWS Quiz App
Two Examples of using AWS Network Firewall
AWS Network Firewall is a high-available and scalable firewall service that provides network protections for VPC, which is a supplement to the existing security services. Security group protects computing resources (EC2, Lambda, RDS...)NACL (Network Access Control List) protects subnetsWAF (Web Application Firewall) and Shield protects frontend resources (ELB, CloudFound, API Gateway) There are quite a … Continue reading Two Examples of using AWS Network Firewall