aws-samples / aws-lambda-lifecycle-hooks-function

Using Auto Scaling lifecycle hooks, Lambda, and EC2 Run Command
Apache License 2.0
102 stars 61 forks source link

No tar file in s3 bucket #12

Closed nikhil405 closed 6 years ago

nikhil405 commented 6 years ago

The script got executed successfully, sharing the output from RUN Command console below.

{ "MessageId": "2fe8d6c4-9159-5ab0-adb1-82ccb3f575dd" }

----------ERROR------- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19 100 19 0 0 19 0 0:00:01 --:--:-- 0:00:01 6333 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11 100 11 0 0 11 0 0:00:01 --:--:-- 0:00:01 3666

The SNS notification received successfully at the said email, content of the email below, which shows the tar file being uploaded to the said S3 Bucket as well.

Completed 256.0 KiB/8.6 MiB (310.9 KiB/s) with 1 file(s) remaining Completed 512.0 KiB/8.6 MiB (611.7 KiB/s) with 1 file(s) remaining Completed 588.0 KiB/8.6 MiB (682.9 KiB/s) with 1 file(s) remaining Completed 844.0 KiB/8.6 MiB (961.5 KiB/s) with 1 file(s) remaining Completed 1.1 MiB/8.6 MiB (1.2 MiB/s) with 1 file(s) remaining
Completed 1.3 MiB/8.6 MiB (1.5 MiB/s) with 1 file(s) remaining
Completed 1.6 MiB/8.6 MiB (1.7 MiB/s) with 1 file(s) remaining
Completed 1.8 MiB/8.6 MiB (2.0 MiB/s) with 1 file(s) remaining
Completed 2.1 MiB/8.6 MiB (2.3 MiB/s) with 1 file(s) remaining
Completed 2.3 MiB/8.6 MiB (2.5 MiB/s) with 1 file(s) remaining
Completed 2.6 MiB/8.6 MiB (2.8 MiB/s) with 1 file(s) remaining
Completed 2.8 MiB/8.6 MiB (3.0 MiB/s) with 1 file(s) remaining
Completed 3.1 MiB/8.6 MiB (3.3 MiB/s) with 1 file(s) remaining
Completed 3.3 MiB/8.6 MiB (3.6 MiB/s) with 1 file(s) remaining
Completed 3.6 MiB/8.6 MiB (3.8 MiB/s) with 1 file(s) remaining
Completed 3.8 MiB/8.6 MiB (4.1 MiB/s) with 1 file(s) remaining
Completed 4.1 MiB/8.6 MiB (4.3 MiB/s) with 1 file(s) remaining
Completed 4.3 MiB/8.6 MiB (4.6 MiB/s) with 1 file(s) remaining
Completed 4.6 MiB/8.6 MiB (4.8 MiB/s) with 1 file(s) remaining
Completed 4.8 MiB/8.6 MiB (5.1 MiB/s) with 1 file(s) remaining
Completed 5.1 MiB/8.6 MiB (5.3 MiB/s) with 1 file(s) remaining
Completed 5.3 MiB/8.6 MiB (5.6 MiB/s) with 1 file(s) remaining
Completed 5.6 MiB/8.6 MiB (5.8 MiB/s) with 1 file(s) remaining
Completed 5.8 MiB/8.6 MiB (6.1 MiB/s) with 1 file(s) remaining
Completed 6.1 MiB/8.6 MiB (6.3 MiB/s) with 1 file(s) remaining
Completed 6.3 MiB/8.6 MiB (6.6 MiB/s) with 1 file(s) remaining
Completed 6.6 MiB/8.6 MiB (6.8 MiB/s) with 1 file(s) remaining
Completed 6.8 MiB/8.6 MiB (7.0 MiB/s) with 1 file(s) remaining
Completed 7.1 MiB/8.6 MiB (7.1 MiB/s) with 1 file(s) remaining
Completed 7.3 MiB/8.6 MiB (7.4 MiB/s) with 1 file(s) remaining
Completed 7.6 MiB/8.6 MiB (7.6 MiB/s) with 1 file(s) remaining
Completed 7.8 MiB/8.6 MiB (7.8 MiB/s) with 1 file(s) remaining
Completed 8.1 MiB/8.6 MiB (8.0 MiB/s) with 1 file(s) remaining
Completed 8.3 MiB/8.6 MiB (8.2 MiB/s) with 1 file(s) remaining
Completed 8.6 MiB/8.6 MiB (8.5 MiB/s) with 1 file(s) remaining
upload: ../../tmp/i-026c89dab699e346b.tar to s3://asgami-backup/i-026c89dab699e346b/i-026c89dab699e346b.tar

Sharing the screenshot of the S3 bucket for your reference as no files got uploaded in the bucket.

screenshot from 2018-09-04 12-06-24