--- title_tag: Next Steps | AWS title: Next steps h1: Next Steps with Pulumi & AWS meta_desc: This page provides a list of tutorials that take a deeper dive into AWS cloud resources. weight: 9 menu: clouds: parent: aws-get-started identifier: aws-get-started-next-steps aliases: - /docs/quickstart/aws/next-steps/ - /docs/get-started/aws/next-steps/ --- Congrats! You've deployed your first project on AWS with Pulumi. Here are some next steps, depending on your learning style. ## Try a tutorial Let our AWS tutorials guide you through key Pulumi concepts. {{< get-started-next-step path="/docs/using-pulumi/" label="Browse tutorials" ref="gs-aws-tutorials" >}} ## Launch a new project with a template Easily deploy the most common cloud architectures, from [static websites](/templates/static-website/aws/) to [serverless applications](/templates/serverless-application/aws/), [virtual machines](/templates/virtual-machine/aws/), [container services](/templates/container-service/aws/), and [Kubernetes clusters](/templates/kubernetes/aws/). {{< get-started-next-step path="/templates/" label="Browse templates" ref="gs-aws-guides" >}} ## Dive into the docs Read more about Pulumi's architecture and foundational concepts in depth, including [projects](/docs/concepts/projects/), [stacks](/docs/concepts/stack/), [configuration](/docs/concepts/config/), [secrets](/docs/concepts/secrets/), [resources](/docs/concepts/resources/), [state](/docs/concepts/state/), and more. {{< get-started-next-step path="/docs/concepts/" label="Read the docs" ref="gs-aws-docs" >}} ## Try Pulumi ESC (Environments, Secrets, and Configuration) In this guide, you used [stack configuration](/docs/concepts/config/) and environment variables to configure a single project and stack. Did you know you can also configure multiple Pulumi projects, and even other applications, with [Pulumi ESC](/product/esc/)? Pulumi ESC introduces the concept of _environments_ --- managed collections of static and dynamic settings that you can use to configure any project, stack, application, or service, including with short-lived cloud credentials through OpenID Connect. {{< get-started-next-step path="/blog/environments-secrets-configurations-management/" label="Learn more about Pulumi ESC" ref="gs-aws-esc" >}} ## Check out the blog Browse the latest posts on using Pulumi with AWS, including everything from new AWS products and features to technical architectures and best practices. {{< get-started-next-step path="/blog/tag/aws" label="Browse AWS posts" ref="gs-aws-blog" >}}