This blog post gives a walkthrough of the Step-By-Step Activity Guides of the AWS Certified Developer – Associate (DVA-C01) training program that you must perform to learn this course. This blog post at k21academy.com/awsdev05 gives a walkthrough of the Step-By-Step Activity Guides of the AWS Certified Developer – Associate (DVA-C01) training program that you must […]
Read MoreIn this blog, we are going to cover the case study on How To Automate Code Deployment on AWS using CodePipeline: CodeCommit, CodeDeploy, CloudWatch which we will be discussing in detail in our AWS Certified Developer Associate FREE CLASS. Despite high competition, AWS has continued its stronghold on the cloud market till now. New services […]
Read MoreApplication development becomes more intuitive using the AWS Step Functions, allowing developers to configure each applications with chain of functions such as a AWS Lambda function, or a function on the container that is developed stateless as a set of states. With AWS Step Functions you can build serverless workflows that orchestrate machine learning training, report […]
Read MoreOne of the most common problems identified by code analysis tools is the presence of passwords written directly in configuration files. This can lead to security attacks and system intrusions. AWS Secrets Manager allows us to protect the necessary confidential data to access your apps, services, and IT resources. We can also rotate, manage and […]
Read MoreThe next buzz in cloud computing is the event-driven computing service. AWS Lambda brings the same to existence. Lambda makes the best of the concept of pay-per-use and as a service much further than it did in the case of EC2. It offers pay-per-millisecond computing, a service always available without delays, scalable power, no systems maintenance costs, response to events both from the rest of AWS services and events generated by […]
Read MoreIt won’t surprise anyone when you say that the cloud train has left the station a while ago and is gaining more and more speed every day. Because this trend doesn’t seem to stop at all it is required to be able to act fast on your changing environment to meet your customer’s demand with […]
Read MoreAWS X-Ray allows the developer to analyze and create a service map that displays an application’s architecture, including relation to components and a dependency tree. With the help of AWS X-Ray, we can understand how our application and its fundamental services are performing to identify and debug the root cause of performance issues and errors. […]
Read MoreAmazon DynamoDB is a key-value and document database that delivers single-digit millisecond performance at any scale. It’s a fully managed, multi-region, multi-active, durable database with built-in security, backup and restores, and in-memory caching for internet-scale applications. Check out the blog at https://k21academy.com/awsdev14 for a better understanding. In this blog, we are going to cover one […]
Read MoreThe challenges in building applications have been around user authentication and management. Not many developers want to build yet another user identification and authentication system for their application nor would they want to cause a user to create yet another account unless needed. Amazon Cognito makes it simpler for developers to manage user identities, authentication, […]
Read MoreAmazon CloudWatch and CloudTrail can be very easy to confuse with these two services. CloudWatch mainly monitors performance, whereas CloudTrail mainly monitors actions in your AWS environment. In this blog at https://k21academy.com/awssa35, we will cover everything you need to know about Amazon CloudWatch and CloudTrail and the difference between them. In this blog, we are […]
Read More