Mentorship can help you learn from experienced professionals, get career advice, and build your network

Maximize your success with mentorship: Learn from experts, receive career guidance, and broaden your network. Level up your career now! What is mentorship? Mentorship in the business realm takes on diverse forms, catering to a range of objectives. These include conventional skill-oriented mentorship, mentoring to foster inclusive company culture and diversity, as well as reverse …

Mentorship can help you learn from experienced professionals, get career advice, and build your network Read More »

How to land your dream coding job by 4 steps

Preparing for an interview can be both exciting and nerve-wracking. It is a crucial step towards landing your dream job. Proper preparation is essential to ensuring you enter the interview room with confidence and showcase your skills effectively. This article provides essential strategies and practical tips to help you prepare for an interview like a …

How to land your dream coding job by 4 steps Read More »

How I pass the AWS Certified Solutions Architect Associate exam in 30 days

The AWS Certified Solutions Architect – Associate certification is a valuable credential for cloud engineers. It is the most sought-after certification in the public cloud space because Amazon holds the largest market share. However, the exam is not easy and requires hands-on experience with AWS services. The exam is scenario-focused, so you need to understand …

How I pass the AWS Certified Solutions Architect Associate exam in 30 days Read More »

AWS CodeCommit deep dive

To require approvals from senior developers for pull requests in all existing CodeCommit repositories, follow these steps: Create an Approval Rule Template: Go to the AWS CodeCommit console. Navigate to the “Approval rule templates” section. Click on “Create approval rule template.” Define the conditions for approval, specifying that approvals must come from IAM users of …

AWS CodeCommit deep dive Read More »

AWS Config deep dive

AWS Config offers a detailed view of AWS resource configurations in your account.It shows the relationships between resources and tracks their past configurations over time. AWS resources are entities within AWS that users can work with, examples include EC2 instances, EBS volumes, security groups, and VPCs. AWS Config helps users monitor and track changes to …

AWS Config deep dive Read More »

How to Use the CloudFormation to automatically provision a WordPress website

Join function is used heavily in AWS CloudFormation. Take a look at Amazon document This function is convenient when set configuration in AWS Cloudformation. “/etc/cfn/hooks.d/cfn-auto-reloader.conf”: { “content”: { “Fn::Join”: [ “”, [ “[cfn-auto-reloader-hook]\n”, “triggers=post.update\n”, “path=Resources.WebServer.Metadata.AWS::CloudFormation::Init\n”, “action=/opt/aws/bin/cfn-init -v “, ” –stack “, { “Ref”: “AWS::StackName” }, ” –resource WebServer “, ” –configsets wordpress_install “, ” –region …

How to Use the CloudFormation to automatically provision a WordPress website Read More »

aws solution architect professional certification – Free course part 4 : S3

What is S3 lifecycle policy? AWS S3 lifecycle policy consists of rules applied to a group of objects Two types of actions in a lifecycle policy: Transition actions: Move objects to another storage class after a certain period. Expiration actions: Delete objects after a specified time. Lifecycle policies can: Reduce storage costs by transitioning objects …

aws solution architect professional certification – Free course part 4 : S3 Read More »

Scroll to Top