DEV Community

ninefyi
ninefyi

Posted on

2

Pulumi Challenge 03

I did the Pulumi Challenge 03, and I published my code on this.

What did I learn from Pulumi Challenge 03?

  • It is easy to use Pulumi deployment because it will link to GitHub. When you push code to GitHub, Pulumi deployment will automatically build your code.
  • I learnt how to use AWS CLI to get a session token from an MFA account using the below command.

Display MFA devices

aws iam list-mfa-devices
Enter fullscreen mode Exit fullscreen mode

Create a temporary session token

ws sts get-session-token --serial-number [SerialNumber] --token-code [Token from MFA device] --duration-seconds 86400
Enter fullscreen mode Exit fullscreen mode

After I push the code to GitHub, the Pulumi deployment will run immediately.

Pulumi deployment

Python Lambda

The pulumi is the one tool that I should learn :).

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

Billboard image

Deploy and scale your apps on AWS and GCP with a world class developer experience

Coherence makes it easy to set up and maintain cloud infrastructure. Harness the extensibility, compliance and cost efficiency of the cloud.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay