BDBhargavi Daveinbhagu.hashnode.dev·Jan 8, 2025 · 1 min readHow to use Terraform to define cloud watch event rules to trigger the Stepfunction state machineFor this, we have to do the following Terraform Configuration: Define the rule for the CloudWatch event: resource "aws_cloudwatch_event_rule" "example" { name = "trigger-stepfunction" description = "Rule to trigger Step Functions state...00
BDBhargavi Daveinbhagu.hashnode.dev·Jan 8, 2025 · 2 min readHow to Use String Contains in AWS Log Insights QueriesQuerying AWS Log Insights for Specific Strings Amazon CloudWatch Log Insights is a powerful tool for analyzing logs generated by AWS services. One common task is filtering log messages to find entries containing a specific string. Various methods can...00
BDBhargavi Daveinbhagu.hashnode.dev·Sep 19, 2024 · 3 min readDNS (Domain Name System)What is DNS? DNS(Domain Name System) is the phone book of the Internet. The Computers at the IRS prefer to use fixed-length security numbers. Just as humans can be identified in many ways, so too can Internet hosts. One identifier for a host is its h...00
BDBhargavi Daveinbhagu.hashnode.dev·Sep 19, 2024 · 2 min readCreate your Jenkins Pipeline JobStep 1: Log into Jenkins and select ‘New item’ from the dashboard. Step 2: Next, enter a name for your pipeline and select ‘pipeline’ project. Click on ‘ok’ to proceed. Step 3: Scroll down to the pipeline and choose if you want a declarative pipeli...00
BDBhargavi Daveinbhagu.hashnode.dev·Sep 19, 2024 · 2 min readJenkins Setup on Digital-Ocean CloudJenkins is an open-source automation server. We are used to automating parts of the software development process. Jenkins helps software teams facilitate Continuous Integration and Deployment/Delivery. It is highly extensible, and hundreds of plugins...00