Styrone’s Exerience

We have successfully developed and implemented an LMS Application which has been approved by NYC DOE. Our team has ensured that we meet all of the compliance requirements laid out in order to gain this approval, which includes AWS Audit, Security Review, Cloud Migration, and DevOps implementations.

  • To get this approval we have streamlined the following –
    • We have used IAC (Infrastructure As Code) tools such as Terraform to create the infrastructure of different environments and resources required for our LMS application.
    • We have created the CICD (continuous integration and continuous deployment) pipeline using GITHUB, Code Build, Code Deploy, and Code Pipeline.
    • We have also used AWS system manager parameter store, SSM automation, and event bridge rules to create a CICD pipeline.
    GitHub to store our source code
    • CODEBUILD to pull the code from the GitHub repository, compile the source code, run tests, and produce a ready to deploy packages.
    • CODEDEPLOY to automatically deploy the ready-to-deploy packages from the code build on the specified EC2 instances in the deployments group.
    • CODEPIPELINE is used to integrate the GitHub, code build, and code deploy as a pipeline and automate this process.
    • Terraform: CODEBUILD to pull the code from the GitHub repository, compile the source code, run tests, and produce a ready to deploy packages. Docker:  CODEDEPLOY to automatically deploy the ready-to-deploy packages from the code build on the specified EC2 instances in the deployments group. CICD: CODEPIPELINE is used to integrate the GitHub, code build, and code deploy as a pipeline and automate this process.