Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

栏目: IT技术 · 发布时间: 4年前

内容简介:Last month I published myAWS SnowconeToday I would like to introduce you to the newest and smallest member of the

Last month I published my AWS Snowball Edge Update and told you about the latest updates to Snowball Edge, including faster storage-optimized devices with more memory & vCPUs, the AWS OpsHub for Snow Family GUI-based management tool, IAM for Snowball Edge , and Snowball Edge Support for AWS Systems Manager .

AWS Snowcone

Today I would like to introduce you to the newest and smallest member of the AWS Snow Family of physical edge computing, edge storage, and data transfer devices for rugged or disconnected environments, AWS Snowcone :

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

AWS Snowcone weighs 4.5 pounds and includes 8 terabytes of usable storage. It is small (9″ long, 6″ wide, and 3″ tall) and rugged, and can be used in a variety of environments including desktops, data centers, messenger bags, vehicles, and in conjunction with drones. Snowcone runs on either AC power or an optional battery, making it great for many different types of use cases where self-sufficiency is vital.

The device enclosure is both tamper-evident and tamper-resistant, and also uses a Trusted Platform Module (TPM) designed to ensure both security and full chain-of-custody for your data. The device encrypts data at rest and in transit using keys that are managed by AWS Key Management Service (KMS) and are never stored on the device.

Like other Snow Family devices, Snowcone includes an E Ink shipping label designed to ensure the device is automatically sent to the correct AWS facility and to aid in tracking. It also includes 2 CPUs, 4 GB of memory, wired or wireless access, and USB-C power using a cord or the optional battery. There’s enough compute power for you to launch EC2 instances and to use AWS IoT Greengrass .

You can use Snowcone for data migration, content distribution, tactical edge computing, healthcare IoT, industrial IoT, transportation, logistics, and autonomous vehicle use cases. You can ship data-laden devices to AWS for offline data transfer, or you can use AWS DataSync for online data transfer.

Ordering a Snowcone

The ordering process for Snowcone is similar to that for Snowball Edge. I open the Snow Family Console , and click Create Job :

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag... I select the Import into Amazon S3 job type and click Next :

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

I choose my address (or enter a new one), and a shipping speed:

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

Next, I give my job a name ( Snowcone2 ) and indicate that I want a Snowcone. I also acknowledge that I will provide my own power supply:

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

Deeper into the page, I choose an S3 bucket for my data, opt-in to WiFi connectivity, and choose an EC2 AMI that will be loaded on the device before it is shipped to me:

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

As you can see from the image, I can choose multiple buckets and/or multiple AMIs. The AMIs must be made from an instance launched from a CentOS or Ubuntu product in AWS Marketplace , and it must contain a SSH key.

On successive pages (not shown), I specify permissions (an IAM role), choose an AWS Key Management Service (KMS) key to encrypt my data, and set up a SNS topic for job notifications. Then I confirm my choices and click Create job :

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

Then I await delivery of my device! I can check the status at any time:

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

As noted in one of the earlier screens, I will also need a suitable power supply or battery (you can find several on the Snowcone Accessories page).

Time passes, the doorbell rings, Luna barks, and my device is delivered…

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

The console also updates to show that my device has been delivered:

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

On that page, I click Get credentials , copy the client unlock code , and download the manifest file:

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

Setting up My Snowcone

I connect the Snowcone to the power supply and to my network, and power up! After a few seconds of initialization, the device shows its IP address and invites me to connect:

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

The IP address was supplied by the DHCP server on my home network, and should be fine. If not, I can touch Network and configure a static IP address or log in to my WiFi network.

Next, I download AWS OpsHub for Snow Family , install it, and then configure it to access the device. I select Snowcone and click Next :

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

I enter the IP address as shown on the display:

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

Then I enter the unlock code, upload the manifest file, and click Unlock device :

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

After a minute or two, the device is unlocked and ready. I enter a name ( Snowcone1 ) that I’ll use within AWS OpsHub and click Save profile name :

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

I’m all set:

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

AWS OpsHub for Snow Family

Now that I have ordered & received my device, installed AWS OpsHub for Snow Family, and unlocked my device, I am ready to start managing some file storage and doing some edge computing!

I click on Get started within Manage file storage , and Start NFS . I have several network options, and I’ll use the defaults:

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

The NFS server is ready within a minute or so, and it has its own IP address:

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

Once it is ready I can mount the NFS volume and copy files to the Snowcone:

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

I can store process these files locally, or I can use AWS DataSync to transfer them to the cloud.

As I showed you earlier in this post, I selected an EC2 AMI when I created my job. I can launch instances on the Snowcone using this AMI. I click on Compute , and Launch instance :

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

I have three instance types to choose from:

Instance Name CPUs RAM
snc1.micro 1 1 GiB
snc1.small 1 2 GiB
snc1.medium 2 4 GiB

I select my AMI & instance type, confirm the networking options, and click Launch :

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

I can also create storage volumes and attach them to the instance.

The ability to build AMIs and run them on Snowcones gives you the power to build applications that do all sorts of interesting filtering, pre-processing, and analysis at the edge.

I can use AWS DataSync to transfer data from the device to a wide variety of AWS storage services including Amazon Simple Storage Service (S3) , Amazon Elastic File System (EFS) , or Amazon FSx for Windows File Server . I click on Get started , then Start DataSync Agent , confirm my network settings, and click Start agent :

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

Once the agent is up and running, I copy the IP address:

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

Then I follow the link and create a DataSync agent (the deploy step is not necessary because the agent is already running). I choose an endpoint and paste the IP address of the agent, then click Get key :

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

I give my agent a name ( SnowAgent ), tag it, and click Create agent :

Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storag...

Then I configure the NFS server in the Snowcone as a DataSync location, and use it to transfer data in or out using a DataSync Task.

API / CLI

While AWS OpsHub is going to be the primary access method for most users, the device can also be accessed programmatically. I can use the Snow Family tools to retrieve the AWS Access Key and Secret Key from the device, create a CLI profile (region is snow ), and run commands (or issue API calls) as usual:

C:\>aws ec2 \
   --endpoint http://192.168.7.154:8008 describe-images \
   --profile snowcone1
{
    "Images": [
        {
            "ImageId": "s.ami-0581034c71faf08d9",
            "Public": false,
            "State": "AVAILABLE",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/sda1",
                    "Ebs": {
                        "DeleteOnTermination": false,
                        "Iops": 0,
                        "SnapshotId": "s.snap-01f2a33baebb50f0e",
                        "VolumeSize": 8
                    }
                }
            ],
            "Description": "Image for Snowcone delivery #1",
            "EnaSupport": false,
            "Name": "Snowcone v1",
            "RootDeviceName": "/dev/sda1"
        },
        {
            "ImageId": "s.ami-0bb6828757f6a23cf",
            "Public": false,
            "State": "AVAILABLE",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/sda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "Iops": 0,
                        "SnapshotId": "s.snap-003d9042a046f11f9",
                        "VolumeSize": 20
                    }
                }
            ],
            "Description": "AWS DataSync AMI for online data transfer",
            "EnaSupport": false,
            "Name": "scn-datasync-ami",
            "RootDeviceName": "/dev/sda"
        }
    ]
}

Get One Today

You can order a Snowcone today for use in US locations.

Jeff ;


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

社会再平衡

社会再平衡

[加] 亨利·明茨伯格 / 陆维东、鲁强 / 东方出版社 / 2015-9 / 38.00元

明茨伯格曾坦言:我虽然不是律师,但我觉得有必要质疑法律的失效;我也不算是经济学家,但我觉得有义务来挑战一切事物以经济为指标的标准;我也不是人类学家、社会学家、心理学家,或者政治科学,更不是活动分子,但是在我的讨论中,文化、行为、权力、社会运动都扮演了重要的角色。我是一个合成者,我最成功的书都囊括了不同来源的想法。 明茨伯格创作《社会再平衡》这本书的初衷是因为关注身边的趋势:环境的恶化、民主的......一起来看看 《社会再平衡》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试