Search results

3
0

AWS Deleted all data despite redundancy, backup, dead man’s switch. This is why you need to keep all your data offline. The 3-2-1 backup rule is a good data protection strategy that states that you kee 3 copies of your data, storing them on 2 different types of storage media, and keeping 1 copy offsite under your bed or office. Don't trust your hosting company's backup service.

seuros.com/blog/aws-deleted-my

0

Questions for folk who run and on multiple accounts:

Do you use a single Prometheus server or do you have one for each account?

How do you handle auto scaling EC2 servers which could change IPs at any time?

Is it possible for servers to push rather than get pulled from?

Please share any setups that could be relevant and boost far & wide!

Thanks in advance!! ❤️❤️❤️

0

[プレビュー] S3ベースの低コストなベクトルストレージ「Amazon S3 Vectors」が発表されました (Bedrock Knowledge Basesのベクトルストアとしても使える!) | DevelopersIO dev.classmethod.jp/articles/am

> S3ベースの低コストなベクトルストレージ「Amazon S3 Vectors」がプレビューとして発表されました。

> 「Amazon OpenSearch Service」などと同じようにベクトルストレージとしてアプリケーションプログラムから利用できる

> Amazon Bedrock Knowledge Basesと組み合わせて安価なRAGを実現できる

うぉぉぉ…

0

Been around hachyderm.io for a minute, welcome to my talk!

By day i'm an Architect for and focusing on -prem infrastructure automation and provisioning.. (Think of make it more like .. but with off the shelf shit).

In my afternoons ( and the rest of my life) i'm a to 2 beautiful kids. They are equally cool and annoying!!! Sometimes more cool than annoying am I right!

at night i'm with his . Just not as rich or cool.

0
0

Minecraft server on-demand: 필요할때만 켜지는 마인크래프트 서버 구축하기

robin @robin@hackers.pub

이 글은 마인크래프트 모드 서버를 운영하며 겪은 시행착오와 해결 과정을 담고 있습니다. 서버를 항상 켜두는 대신 필요할 때만 자동으로 켜지도록 구성하여 비용을 절감하고자 했습니다. 이를 위해 Pulumi를 사용하여 AWS 인프라를 구축하고, RCON 프로토콜 대신 `netstat`을 활용하여 접속자 수를 정확하게 파악하는 방법을 소개합니다. 또한, IMDSv2 설정 문제와 ASG 환경에서 볼륨 마운트 실패 문제를 해결하는 과정도 공유합니다. 마지막으로, 서버 파일 EFS 이전 및 도커라이징을 통한 ECS 배포라는 향후 개선 방향을 제시합니다. 이 글은 마인크래프트 서버 운영 비용을 절감하고 자동화된 인프라를 구축하려는 사람들에게 유용한 인사이트를 제공합니다.

Read more →
6
0
0
0

Guess I'll do a proper : I'm an IT guy with a love for / , both at home and work.
Fan of all things . I've spent many years on data, used to be a full-time linux admin. I've dabbled in , and I'm currently doing things that are called on .

In my free time, I'm learning the , I sing in two (a small pop and a big ). I also play the , and I've been known to manhandle a .

0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0

New post!

I'm Erik. I've been married to my spouse for >20 years. We are parents to 2 teenage boys.

I'm an infrastructure-centric technology generalist, who is passionate about:

- building secure, easy-to-understand and easy-to-maintain systems
- personal privacy, and building systems that respect privacy
- cooking good food
- reading fiction (largely fantasy and sci-fi these days)
- learning, learning, learning. Every day.

0

Hello 🖖

I'm Sergij from the northwest of Ukraine 🇺🇦

Currently, I'm DevOps Engineer at Smile.eu. I am working on the automation of deployment and provisioning with &

Interested in

I own TuxOps Channel about some related stuff: :telegram_logo: t.me/tuxua

0
0
0

My name is David. I'm a husband, and father of two very small , and live in the Echo Park area of Los Angeles, California.

I'm a Lead Software Engineer @ Sweetgreen 🥗 focusing on Infrastructure (primarily AWS) and Site Reliability.

Ask me questions about . I love to teach and will do my best to respond.

I'm interested in , , , , and . I value patience and empathy.

0
0
0

howdy, !

over the last week or so, we've been preparing to move hachy's zones from route 53 to bunny DNS.

since this could be a pretty scary thing -- going from one geo-DNS provider to another -- we want to make sure *before* we move that records are resolving in a reasonable way across the globe.

to help us to do this, we've started a small, lightweight tool that we can deploy to a provider like bunny's magic containers to quickly get DNS resolution info from multiple geographic regions quickly. we then write this data to a backend S3 bucket, at which point we can use a tool like to analyze the results and find records we need to tweak to improve performance. all *before* we make the change.

then, after we've flipped the switch and while DNS is propagating -- :blobfoxscared: -- we can watch in real-time as different servers begin flipping over to the new provider.

we named the tool hachyboop and it's available publicly --> github.com/hachyderm/hachyboop

please keep in mind that it's early in the booper's life, and there's a lot we can do, including cleaning up my hacky code. :blobfoxlaughsweat:

attached is an example of a quick run across 17 regions for a few minutes. the data is spread across multiple files but duckdb makes it quite easy for us to query everything like it's one table.

screenshot of a console with a duckdb command that is selecting data from multiple parquet files in an s3 bucket across multiple folders.

the resulting table has many rows with a timestamp, unique client ID, region, host it was querying, and the results provided by the DNS server that was queried.
0

I guess I missed doing a short 😂

I’m a dad of a little son living in , Germany 🇩🇪. As an engineer at the International IT of ALDI South I’m helping a lot of teams with automation, CI/CD etc. In former roles I worked as Cloud Solution Architect () and developer/SA.
Besides the world with my family, I like creating stuff with computers, doing , using , etc.
Currently I’m deeply into 🎉

0

I use a an open-source tool called "rclone" to back up my data to the AWS S3 service; this data is then quickly migrated from the base S3 storage tier to another tier called "Glacier", which is less expensive.

The tradeoff for the savings is that files in the Glacier class are not immediately available; in order to be able to restore them I need to request that they be restored in S3 so I can copy them. Typically you restore them for a limited number of days (enough time for you to grab a copy) before it then reverts back to Glacier class.

The other wrinkle is: The files are encrypted. Not just the files but the file names and the file paths (enclosing folders/directories).

Here is the tricky part: The backup software does not have the ability to request a file be restored from files stored in the Glacier tier. I have to do that using the aws command line or the console. This is doubly tricky because I will have to request the exact file using the encrypted filename and path... not the name I actually know the files as.

So it turns out that rclone can actually tell me the encypted filename and path if I ask it correctly because of course they've dealt with this problem already. :)

I thought to myself "Here is a chance for ChatGPT to show its quality".

I'll skip to the chase:

ChatGPT gave me exactly the *opposite* instructions of what I asked for.

Instead of telling me how to get the encrypted filename path from the unencrypted equivalent it, instead, told me how to get the plaintext from the encrypted filename - which I didn't have. This is using the latest ChatGPT 4o, the very latest.

I question the usefulness of this kind of tool (meaning ChatGPT) for anyone who isn't an expert. I've done this long enough that I know of other sources to look at (such as the manual pages) but if you aren't that savvy I'm not sure how you would find the right answer.

The ability to regurgitate unstructured data with LLMs is amazing - almost magical when I compare it to other efforts to do the same that I have been involved in previously.

But the ability to summarize and present the data in an accurate, useful form is nowhere near acceptable.

0

has announced a $500 million investment in initiatives in , and will deploy its Hyperforce platform there through a strategic partnership with Web Services (). Additionally, the company plans to establish a regional headquarters in .
nasdaq.com/articles/salesforce

’s $100B , marks a significant push by the Kingdom to develop a robust ecosystem that can rival leading tech hubs, including neighbouring and other global technology centers.
cio.com/article/3602900/saudi-

0

has announced a $500 million investment in initiatives in , and will deploy its Hyperforce platform there through a strategic partnership with Web Services (). Additionally, the company plans to establish a regional headquarters in .
nasdaq.com/articles/salesforce

0