Photonic Lightsails are our Best Shot at Reaching Another Star
Photonic Lightsails are our Best Shot at Reaching Another Star
While #lightsail did more of the work, and made it fairly easy, #digitalocean left me feeling are more in control. Glad I made the switch. #blogging
Measuring Lightsail Performance in the Lab
Anyone running #drupal on #aws #lightsail here? I want to install a module, but the composer commands I run don't seem to work. Is there something different about how these systems are installed vs others?
Well this is driving me mildly crazy. My created-from-scratch Lightsail Wordpress instance keeps redirecting to the old Wordpress.com site. Unless I'm in a private browser window. Then it works. I've cleared caches, web history, etc. in safari but no luck. #wordpress #lightsail
#Lightsail 트래픽 제한을 하려면 직접 #cron‑으로 스크립트를 돌려야 하는구나…
Alternative Cloud9としてのLightsail for Research + CloudShell
https://qiita.com/watany/items/e87c03ed520199cd0489?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
What Happened to the $100 Million Dream to Send Sub-Gram-Sized Cameras to Alpha Centauri https://petapixel.com/2024/07/22/what-happened-to-the-100-million-dream-to-send-sub-gram-sized-cameras-to-alpha-centauri/ #breakthroughstarshot #Technology #technology #lightsail #solarsail #science #Space #space #News
I run this blog on a small Amazon Lightsail instance (1 GB RAM, 2 vCPU). Cheap!
Most of the time, it’s fine, but it has a bad habit of dying sometimes on a large image upload. The Jetpack app reports the upload as failing (offering to try again) but my site is completely unresponsive. I can resolve this in one of two ways: either I can still SSH into the box, and restarting PHP with sudo systemctl restart php-fpm
recovers and I can try the upload again; or the instance isn’t responsive to SSH and I have to reboot it via the Lightsail console. The CPU utilization is elevated during this period, eating into the burstable zone.
I have seen generally better performance since I updated /etc/php-fpm.d/www.conf
to override pm = static
and pm.max_children = 2
, but something was obviously still wrong. I installed atop
since I often couldn’t get on the host to see what was happening right when it was stuck.
Last week, while working on a new post, my instance got wedged in the same way while trying to upload a short video. From the JetPack activity log I could see it became unresponsive at 11:42 PM Seattle time; the instance and atop
use UTC so I’d need to look at the minutes leading up to to 0642
in the weekly atop log. That looks like this:
Well there’s my problem! php-fpm
spikes in CPU, and then kswapd0
pegs the CPU while the instance’s local disk goes wild with reads trying to keep up. One odd thing is while the memory is low, it doesn’t seem to have changed much for the two php-fpm
children. I guess I either need to tune the swappiness on my host or try to put a better clamp on PHP processing images? Need to investigate further.
I’m sure the real solution is to not host my own LAMP stack, but where’s the fun in that?
https://blog.ultranurd.net/2024/07/21/investigating-failed-wordpress-uploads/
#amazonLinux2023 #apache #aws #debugging #httpd #lightsail #linux #phpFpm #wordpress
TIL: #AWS #Lightsail charges occur also for stopped instances.
#WTF
Google Colab + LightGBM (GPU) で遭遇したエラーと解決策
https://qiita.com/tetsuro731/items/9ae0a920cbb3c62f20f5?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
How Could Laser-Driven Lightsails Remain Stable? https://www.universetoday.com/165577/how-could-laser-driven-lightsails-remain-stable/ #breakthroughinitiatives #spaceflight #lightsail
"Starting on May 1, 2024, all new and existing [AWS] Lightsail instances that include a public IPv4 address will be subject to our revised pricing. IPv6-only instances are now available for workloads that do not require a public IPv4 address." #AWS #LightSail #IPv6
Just tried out #lightsail for research. It has IPv6 support by default. 🤩
Updated AWS::Lightsail::Container PrivateRegistryAccess
Use the PrivateRegistryAccess property to describe the configuration for a Lightsail container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-container-privateregistryaccess.html #lightsail #cloudformation
Updated AWS::Lightsail::Disk Location
Use the location property to specify the location of the disk, such as the AWS Region and Availability Zone.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-disk-location.html #lightsail #cloudformation
I'm excited this is finally happening !
However 🧐
Two things I'm not as excited about as a layperson reading this article :
(1) They're planning to use lots of fuel to get the device off the planet - can't they just shoot it into space?
(2) Aerocapture for entering orbit sounds sketchy how it's described, though it sounds like the best way of slowing the craft once it reaches #Mars is still being researched.
setting up a #lightsail box for the first time
Lightsail creates a default key pair in each #AWS Region where you create an instance. Choose Download to download the default private key if you also want to connect to your Lightsail instance using an SSH client
download the private key is the default sorry what