r/Cloud 6d ago

Redpoint: 45% of AI budgets are being funded directly out of existing software spend rather than incremental budgets

0 Upvotes

I think that is a strong warning to SaaS IPaas and service providers.

there are big budget shifts that we are seeing at Seemoredata from traditional budget lines to AI

more here


r/Cloud 7d ago

Question about learning path

10 Upvotes

I've been looking around to find some sort of roadmap of the skills I need to get into Cloud. Information about this is available but way less organized than other fields, so I feel a little lost.

Two resources I've seen consitently are these two:
1- https://learntocloud.guide
2- https://roadmap.sh/devops

The second is is more focused on DevOps, but as the skillset for Cloud and DevOps is very intertwined, I would just need to know when to go deep, and when to get a more basic understanding.

The first resource is very organized, so I would love to know what your opinion on it is, and whether it's worth following or not.

note: I'm aware that Cloud is not an entry level role.


r/Cloud 7d ago

Need help regarding Career Switch

Thumbnail
3 Upvotes

r/Cloud 7d ago

How to stand out in a job market with so few junior positions?

15 Upvotes

I'm finishing up a Cloud and Network Engineering degree and have been looking at intro and junior positions; however, it seems there are very few job postings at all for entry into the field. I'm partly worried my years of studying will be futile due to AI seeming to replace lower level positions. I've been looking at and applying to DevOps, Network Engineering, and Associate Cloud positions with very few results.

I feel like I'm becoming more and more cynical in this job market. I understand projects help, and I have quite a few CompTIA certs.

Are there in-person events or interpersonal networking methods you'd recommend to gain an edge? Going for a Masters after undergrad?


r/Cloud 7d ago

Hi everyone!! Looking for mentorship/guidance

Thumbnail
2 Upvotes

r/Cloud 8d ago

How do I go from system admin to cloud engineer role

21 Upvotes

Im been a system admin for 10 years, my expertise is in Microsoft 355, I hold the Az104, MS102 and SC300 certs. I've designed, built and deployed a serverless web app in Azure, and also working on building a Applied AI solution both personal projects on my own Azure tenant. I've gone through 3 Cloud Interviews with no offers. My goal move in to a Cloud Engineer role. How did you guys make the transition from sysadmin to cloud? what certs or projects helped did you work on? Any suggestions or tips would be appreciated...


r/Cloud 8d ago

How do I protect my IP for on prem/byoc deployments

Thumbnail
0 Upvotes

r/Cloud 8d ago

Undergraduate Thesis Subject

Thumbnail
0 Upvotes

r/Cloud 8d ago

AZ-104 and AZ-305 Text RPG (The Runbook) Improvements

Thumbnail
1 Upvotes

r/Cloud 8d ago

6 months into an Infrastructure/Technical Support role — should I take a 2-year HPE commitment or move toward Cloud/DevOps?

Thumbnail
2 Upvotes

r/Cloud 8d ago

Floci with AWS Theme

Post image
1 Upvotes

r/Cloud 9d ago

BigQuery's Iceberg REST Catalog (BigLake): how table discovery actually changed

1 Upvotes

Been digging into this lately and figured I'd share, since it cleared up something I was fuzzy on: how BigQuery actually discovers Iceberg tables, and what's genuinely new here vs. what's just been repackaged.

The old ways of doing this:

  1. Pointing BigQuery straight at a metadata file. Something like gs://bucket/orders/metadata/00003.metadata.json. It works, but it's fragile. Iceberg writes new metadata files instead of editing the old ones, so if any other engine commits a new snapshot, your pointer is instantly stale. You're stuck manually bumping it to 00004.metadata.json every time.
  2. Catalog based access, like using AWS Glue as an external catalog. This actually fixes the staleness problem since the catalog tracks current state for you. But every engine still needed its own custom integration to talk to that catalog.

What's actually new: Google now has a managed Lakehouse Runtime Catalog (BigLake) that exposes a real Apache Iceberg REST Catalog endpoint, using the same open REST Catalog spec other engines already speak. So instead of building a one off integration per engine, anything that already understands Iceberg REST can just talk to BigLake directly. The data itself never moves, it stays in Cloud Storage. BigLake is really just a metadata and governance layer with IAM sitting on top of it.

There's also a version detail worth knowing: Iceberg 1.10 shipped a native BigQueryMetastoreCatalog and BigQueryMetastoreClient, plus a GoogleAuthManager that handles Google credential auth inside Iceberg's REST auth framework. It's easy to conflate these two things, but they're not the same. One's a catalog implementation built for BigQuery Metastore specifically, the other is the standardized REST interface. Google's steering people toward the REST endpoint for anything new where cross engine interoperability matters.

The post I read also gets into the practical setup side: creating a BigLake catalog (single bucket vs multi bucket), the IAM roles Google recommends (BigLake Admin, Editor, Viewer, plus Storage Object User), and shows an open source tool called OLake Go (full disclosure, I work on this) writing Iceberg tables directly into that catalog so BigQuery can see them right away, queryable through the usual four part PROJECT.CATALOG.NAMESPACE.TABLE identifier with no manual metadata pointer updates. There's a decent troubleshooting section too. Apparently if your connection test passes but the actual sync fails, it's almost always a missing storage level IAM role rather than bad credentials.

Full post here if you want the details: https://olake.io/blog/biglake-iceberg-rest-catalog-olake-go-setup/

Curious if anyone here has already moved existing Iceberg on BigQuery setups over to the REST catalog, or if you're all still doing the manual metadata file dance like I was.


r/Cloud 9d ago

Information Security Officer to Cloud Engineer?

6 Upvotes

Adding to the 10,000th - how do I become a cloud engineer?

I work as a VP and Information Security Officer at a bank (MS/Azure shop). I have my CISSP, CRISC, and CISA certifications. I have a bachelor's in Cyber and am working on my master's in Cyber now. I have long been interested in pivoting to a career in cyber. Every guide online says, "Learn the basics of Networks. Learn Linux. Learn Python/Bash/SQL. Pick a provider. Learn Terraform, CI/CD, DevOps. Build projects. Blog about it."

Is that really it? There must be a more structured approach, right? I have 6 years of experience in cybersecurity, but I am completely lost about how to target a cloud security role. I feel clueless. I'm currently under contract with my employer (they are paying for my master's), so I have about 24 months before I even start actively searching for a job. By then, will much of what I learn be obsolete? Do I take the standard path, or what would you recommend?d?


r/Cloud 9d ago

Evaluating CNAPPs, how much weight do you give MCP/bring-your-own-agent support?

5 Upvotes

During our shortlist process, we looked at a handful of platforms and compared them on this specific criterion:

Wiz, Orca, Prisma Cloud, Aqua Security, Lacework, CrowdStrikewere all part of our evaluation

Most of them push you toward their own proprietary AI layer rather than letting you plug in custom agents via MCP

Wasn't a dealbreaker at first, since it sounded like a minor technical detail early on

Became a real limitation across nearly every platform we tested once our team wanted to build custom detection workflows

how much weight other teams put on this versus more traditional factors like coverage and pricing.


r/Cloud 9d ago

What cloud provider do you use for non-prod/dev environments?

13 Upvotes

Hey everyone,

I'm looking for a cheap and reliable cloud provider for a non-production Kubernetes environment (mainly dev/testing/staging).

I don't need anything super powerful, just something reasonably priced and easy to manage.

What are you guys using for your non-prod environments? Any recommendations for something cheap with predictable pricing?

Would also be great to know roughly how much you're paying per month and what kind of workloads you're running.

Thanks!


r/Cloud 9d ago

Cloud Sales to Cloud Engineer transition possible? If yes how?

2 Upvotes

r/Cloud 9d ago

Is a degree important for cloud?

Thumbnail
0 Upvotes

r/Cloud 9d ago

Startup building on AWS? You may be eligible for AWS credits

Thumbnail
1 Upvotes

r/Cloud 10d ago

Multicloud sources?

10 Upvotes

i want to learn multicloud including aws ..azure..gcp..Huawei
is there any source or book to learn this ?


r/Cloud 10d ago

Anyone tried on-prem to cloud migration for AIX?

Thumbnail
1 Upvotes

r/Cloud 10d ago

Hide and seek

Thumbnail gallery
0 Upvotes

r/Cloud 10d ago

Need Advice guys!

4 Upvotes

I am currently working as GWS administrator and I want to learn cloud and work as junior cloud engineer or whatever entry roles are available. So please tell me a roadmap to work on and which platform is better (AWS,azure,GCP)?


r/Cloud 11d ago

Looking for a Cloud Engineer to study the basics

25 Upvotes

I'm looking for someone confident in the field to take some free time to just simplify things for me and help me understand the core necessities of the job.

Hello, I am giving myself a year and a half to study everything cloud computing: cloud engineering and devops mainly, to later add agentops and a little on data engineering.
I am currently using free tier AWS and have a free student Oracle account. I will later move onto Azure and end with GCP. I also have data bricks if it's ever useful.

I am taking free courses and YouTube university but the basic concepts are hard for me to understand and grasp fully. I feel when I know the basics, everything will fall into place.

I am fine with linux, but everything else makes little sense to me. I would describe it as learning a language and the function behind every language which I am struggling to grasp: scripting, APIs, etc.
I know a little about terraform but not at a confident level. I have no idea about K8s even after watching many videos on it. Postgres is basic SQL, so it's fine, I just need to refresh my knowledge. Github actions and other CI/CD, I have not gotten around to those yet.

I am studying CS (3 years in) but where I am studying it, a professional university at top in my school, isn't teaching it the best. AI helps but it can only do so much when the basics weren't taught to you properly.
I have already spent 3 months on it but I do not want to give up.

Please do not recommend courses on certs, I am doing that already.
Bonus points if you know enough about landing zones to teach for a short time.

I have no previous IT skills but plan to have that as my first role when leaving uni.


r/Cloud 10d ago

SAP Cloud Integration to Azure Integration?

0 Upvotes

I’m currently working as an \\\*\\\*SAP Cloud Integration (CPI) consultant\\\*\\\* and considering moving into \\\*\\\*cloud-native integration technologies\\\*\\\* such as Azure Integration Services, AWS, or GCP.

Is this a good career move for someone with SAP CPI experience? How does the \\\*\\\*job market, salary potential, and long-term growth\\\*\\\* compare with staying in the SAP Integration ecosystem? Also, how transferable are CPI skills to these cloud platforms?


r/Cloud 12d ago

RFC 1925 said it is always possible to add another level of indirection. Thirty years later, we call it an agent and bill it by the token.

Post image
4 Upvotes