Tag: Scalable Cloud Solutions

  • AWS Honeypot Dionaea Setup Automation

    . How it works Honeypot’s intention is to trap malware by exploiting vulnerabilities exposed by services offered to a network, the ultimate goal is to gain a copy of the malware. Security As Software is likely to have bugs, bugs in software offering network services can be exploitable, and dionaea is software offering network services,…

    Know More

  • Amazon CloudFront Invalidation Automation

    Amazon CloudFront allows you to remove one or multiple files from all edge locations prior to the expiration date set on those files. The invalidation feature is helpful in unexpected circumstances, for instance, an occasional update to your website’s CSS file, in which you need to remove the file from Amazon CloudFront. Invalidation can also…

    Know More

  • Amazon LAMP Automation

    . Apache web server with PHP and MySQL support on your Amazon Linux instance (sometimes called a LAMP web server or LAMP stack). You can use this server to host a static website or deploy a dynamic PHP application that reads and writes information to a database. Challenges: Solution Overview: Git Repo: https://github.com/kkpkishan/aws-lamp-cf.git Steps: List of…

    Know More

  • AWS ECS-Fargate with Cloud Formation

    Many organizations have been shifting adopting to DevOps practices, which is the combination of cultural philosophies, practices, and tools that increases your organization’s ability to deliver applications and services at high velocity; for example, evolving and improving products at a faster pace than organizations using traditional software development and infrastructure management processes. This Quick Start deploys…

    Know More

  • Delegate Access Across AWS Accounts Using IAM Roles

    We assume that you have the following already in place: Two separate AWS accounts that you can use, one to represent the Main account, and one to represent the Sub account. Step 1 : Create Role To create a role in the Main account that can be used by the Sub account To obtain the…

    Know More