I have to find the volume of the ellipsoid described by the set $ E = \{(x,y,z) \in \mathbb{R}^3 |\frac{x^2}{a^2}+\frac{y^2}{b^2}+\frac{z^2}{c^2}<1\}$. I have a few ideas and there is a bit of literature regarding this problem (I'd like to solve it with triple integrals), but everything I've found uses the equation $\frac{x^2}{a^2}+\frac{y^2}{b^2}+\frac{z^2}{c^2}=1$. Is there a difference? Because to me it seems like the latter has no volume and is just describing a surface, with the implication that the volume that should be regarded is the volume enclosed by the surface I guess? Mainly I am concerned about wether it makes a difference in calculating the integral.
Edit: I should have added the sources I mentioned in the OP, here are some: https://en.wikipedia.org/wiki/Ellipsoid Volume of Ellipsoid using Triple Integrals What is the volume of an ellipsoid?
In all of them the Ellipsoid is described with an equal sign.
Not knowing what sources you have considered, I'll try to give a straightforward mathematical answer.
When evaluating the volume of a subset $X$ using an ordinary triple integral $\iiint_X dx \, dy \, dz$, it certainly does make a difference whether $X$ is a 2-dimensional surface such as $$S = \left\{(x,y,z) \in \mathbb R^2 \mid \frac{x^2}{a^2}+\frac{y^2}{b^2}+\frac{z^2}{c^2}=1\right\} $$ or whether $X$ is, instead, a nonempty 3-dimensional open subset such as the region inside of $S$ given by $$E = \left\{(x,y,z) \in \mathbb R^2 \mid \frac{x^2}{a^2}+\frac{y^2}{b^2}+\frac{z^2}{c^2}<1\right\} $$ The point is that the 3-dimensional volume of a 2-dimensional surface such as $S$ is zero, whereas the 3-dimension volume of a 3-dimensional non empty open subset is nonzero: $$\iiint_S dx \, dy \, dz = 0 \quad\text{whereas}\quad \iiint_E dx \, dy \, dz \ne 0 $$
I'll leave it to you to continue on with the exact calculation of $\iiint_E dx \, dy \, dz$ if you desire, but a few more comments are in order. I suspect that your sources are not really very precise about the difference between the surface $S$ itself the region $E$ lying on the inside of $S$. One issue is that the rigorous computation of the mildly strange integral $\iiint_S dx \, dy \, dz = 0$ is not something usually considered in an ordinary multivariable calculus course. The ordinary multivariable Riemann integral is not really very well-defined for this purpose. Instead one would use the Jordan content or, even better, the multivariable Lebesgue integral.