Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Edge Computing with Amazon Web Services

You're reading from   Edge Computing with Amazon Web Services A practical guide to architecting secure edge cloud infrastructure with AWS

Arrow left icon
Product type Paperback
Published in Feb 2024
Publisher Packt
ISBN-13 9781835081082
Length 378 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Sean Howard Sean Howard
Author Profile Icon Sean Howard
Sean Howard
Arrow right icon
View More author details
Toc

Table of Contents (21) Chapters Close

Preface 1. Part 1: Compute, Network, and Security Services at the Edge
2. Chapter 1: Getting Started with Edge Computing on AWS FREE CHAPTER 3. Chapter 2: Understanding Network and Security for Near-Edge Computing 4. Chapter 3: Understanding Network and Security for Far-Edge Computing 5. Part 2: Introducing AWS Edge Computing Services
6. Chapter 4: Addressing Disconnected Scenarios with AWS Snow Family 7. Chapter 5: Incorporating AWS Outposts into Your On-Premises Data Center 8. Chapter 6: Lowering First-Hop Latency with AWS Local Zones 9. Chapter 7: Using AWS Wavelength Zones on Public 5G Networks 10. Part 3: Building Distributed Edge Architectures with AWS Edge Computing Services
11. Chapter 8: Utilizing the Capabilities of the AWS Global Network at the Near Edge 12. Chapter 9: Architecting for Disconnected Edge Computing Scenarios 13. Chapter 10: Utilizing Public 5G Networks for Multi-Access Edge (MEC) Architectures 14. Chapter 11: Addressing the Requirements of Immersive Experiences with AWS 15. Part 4: Implementing Edge Computing Solutions via Hands-On Examples and More
16. Chapter 12: Configuring an AWS Snowcone Device to Be an IOT Gateway 17. Chapter 13: Deploying a Distributed Edge Computing Application 18. Chapter 14: Preparing for the Future of Edge Computing with AWS 19. Index 20. Other Books You May Enjoy

Preparing the device with the Snowball Edge CLI

When a Snow Family device first boots up, it is always locked. You will need the unlock key and manifest file from the preceding section to unlock the device for use.

Step 1 – Installing the AWS Snow CLI client

Download and install the AWS Snow CLI client. This is similar to the general-purpose AWS CLI utility but includes commands specific to Snow Family devices:

wget https://snowball-client.s3.amazonaws.com/latest/snowball-client-linux.tar.gz
tar -xvf ./snowball-client-linux.tar.gz

Note – Setting the build number

In the following command, make sure you replace buildnum with the build number of the client you downloaded. This can be seen by executing the ls command.

Now, add the AWS Snow CLI bin directory path to your PATH variable:

export PATH=$PATH:$HOME/snowball-client-linux-buildnum/bin/
Figure 12.21 – Adding the AWS Snow CLI bin directory to your PATH variable

Figure 12.21 – Adding the AWS Snow CLI bin directory to your PATH variable

...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime