harshparashar.hashnode.devWAF setup using cloudformation for API and CLoudfrontAWS WAF is a web application firewall that lets you monitor the HTTP(S) requests that are forwarded to your protected web application resources. You can protect the following resource types: Amazon CloudFront distribution Amazon API Gateway REST AP...Jun 24, 2023·3 min read
harshparashar.hashnode.dev5 Step to Push EC2 Logs to CloudWatch with the New CloudWatch AgentIntroduction In the world of cloud computing, managing logs efficiently is crucial for monitoring and troubleshooting applications. AWS CloudWatch provides a centralized logging service that enables you to collect, monitor, and analyze logs from vari...May 9, 2023·3 min read
harshparashar.hashnode.devHow I hosted my websites for almost nothing for a yearLet’s start, created my webpage using HTML, CSS, and JS. Then I have used GULP to minify CSS and JS. Created an aws account https://aws.amazon.com/, so got a chance to use the free tier. In the past, I have hosted websites for different small-scale b...Feb 10, 2023·2 min read
harshparashar.hashnode.devHow did I create a working app within 3 days? with no prior experienceThe app is created for learning purpose and the code is available to fork at https://github.com/lightbreakers/covid-data-tracker-app Due to the pandemic, most of us are in lockdown. Currently, at weekends we don’t have plans. If I spent my weekend...Feb 10, 2023·3 min read
harshparashar.hashnode.devHow to do a quality check on AWS cloud formationCloud formation is an infrastructure automation platform for AWS that deploys AWS resources in a repeatable, testable, and auditable manner. This article will tackle how to validate, syntax lint, security vulnerabilities, best practice, and test clou...Nov 25, 2022·3 min read