Install and set up the AWS SDK. The example shown is for Node.js, the SDK can be accessed via a number of programming languages.
- [Instructor] Here we are on the AWS SDK download page.…I'm going to work with Node today,…so I'm going to click on the install link…and that's going to take me over to getting started in Node.…And this'll actually set up a simple web app as well.…We first need to download and install…the AWS SDK for JavaScript.…Let's open that in a new tab…and jump over there.…The preferred way to do this is to use NPM install.…
Now, we need to make sure that we have…the NPM package manager first,…so check that dependency.…Once you've installed all the prerequisites,…in this case for Node, which would be Node itself and NPM,…then you're going to want to install the SDK.…So, from the terminal,…I run NPM space install space AWS hyphen SDK.…Now that we've installed the JavaScript prerequisites,…we'll continue.…
So, we're going to grab the sample project from git…and then we're going to run NPM install,…making sure that we're in the proper location.…So, that should be AWS hyphen nodejs hyphen sample.…Let's check our directory.…Let's change directory.…
Author
Released
5/4/2017- Understanding approaches to monitoring
- Matching business application priorities to monitoring approaches
- Tools for monitoring and logging
- Monitoring core AWS Services
- Using CloudFormation templates
- Monitoring S3, EC2, Lambda, RDS, Kinesis, and EMR
- Using core AWS tools for metrics and logging
- Using AWS services for advanced monitoring
Skill Level Advanced
Duration
Views
Related Courses
-
Amazon Web Services: Deploying and Provisioning
with Brandon Rich3h 18m Intermediate -
Amazon Web Services: High Availability
with Sharif Nijim2h 17m Intermediate -
DevOps Foundations
with Ernest Mueller2h 53m Beginner -
Amazon Web Services Essential Training
with Jeff Winesett5h 2m Intermediate
-
Introduction
-
Welcome58s
-
Exercise files26s
-
-
1. Monitoring Approaches
-
Monitor approaches6m 3s
-
Outcome-based monitoring5m 37s
-
Application monitoring2m 47s
-
-
2. Monitoring Core AWS Services
-
Setup for AWS monitoring1m 46s
-
Use CloudFormation templates4m 22s
-
Monitor S38m 14s
-
Monitor EC29m 15s
-
Monitor Lambda7m 25s
-
Monitor RDS8m 51s
-
Monitor Kinesis7m 3s
-
Monitor EMR4m 36s
-
-
3. Core AWS Tools for Metrics and Logging
-
Console tools for metrics1m 52s
-
Code tools for metrics1m 30s
-
-
4. Using AWS Services for Advanced Monitoring
-
Use CloudFormation9m 5s
-
Use Service Catalog2m 45s
-
Use CloudTrail4m 52s
-
Use Config4m 2s
-
Use OpsWorks4m 45s
-
Use Trusted Advisor4m 38s
-
5. Advanced and Third-Party Tools
-
Use Inspector3m 37s
-
Use X-Ray, new from AWS3m 56s
-
Use a third-party New Relic1m 27s
-
6. Application Monitoring
-
Compare monitoring tools2m 54s
-
-
Conclusion
-
Next steps1m 7s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Setting up the AWS SDK for Node.js